Skip to content

Commit

Permalink
Update simulation_driver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKiker authored and akoumjian committed Dec 19, 2024
1 parent 41f6d97 commit 9b316d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sorcha/ephemeris/simulation_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def create_ephemeris(orbits_df, pointings_df, args, sconfigs):
n_sub_intervals = 101 # configs["n_sub_intervals"]

if configs["ar_use_integrate"]:
#set global variable to use integrate method instead of integrate_or_interpolate
# set global variable to use integrate method instead of integrate_or_interpolate
global USE_INTEGRATE
USE_INTEGRATE = True

Expand Down

0 comments on commit 9b316d6

Please sign in to comment.