From 9b316d63f0c1c0fe1e7b74bc6e41922b54279e23 Mon Sep 17 00:00:00 2001 From: Kathleen Kiker <72056544+KatKiker@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:18:41 -0700 Subject: [PATCH] Update simulation_driver.py --- src/sorcha/ephemeris/simulation_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sorcha/ephemeris/simulation_driver.py b/src/sorcha/ephemeris/simulation_driver.py index aa436cee..9a9eea59 100644 --- a/src/sorcha/ephemeris/simulation_driver.py +++ b/src/sorcha/ephemeris/simulation_driver.py @@ -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