Skip to content

Commit

Permalink
A configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Jun 18, 2020
1 parent be723a8 commit be0aa65
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/hl_lhc_collisions_python/t004_compare_pysixtrack_lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
path_ref = '../hl_lhc_collision'
type_ref = 'sixtrack'

# Test b4 nobb sixtrack
path_test = './'
type_test = 'sixtrack'
path_ref = '../hl_lhc_collision_nobb_b4'
type_ref = 'sixtrack'
# # Test b4 nobb sixtrack
# path_test = './'
# type_test = 'sixtrack'
# path_ref = '../hl_lhc_collision_nobb_b4'
# type_ref = 'sixtrack'
#
## Test b4 nobb pysixtrack (not working for now)
#path_test = './pysixtrack/line_bb_dipole_not_cancelled.pkl'
#type_test = 'pysixtrack'
#path_ref = '../hl_lhc_collision_nobb_b4'
#type_ref = 'sixtrack'
# # Test b4 nobb pysixtrack (not working for now)
# path_test = './pysixtrack/line_bb_dipole_not_cancelled.pkl'
# type_test = 'pysixtrack'
# path_ref = '../hl_lhc_collision_nobb_b4'
# type_ref = 'sixtrack'

def prepare_line(path, input_type):

Expand Down

0 comments on commit be0aa65

Please sign in to comment.