From 684114ecc23884e4a4218ff971b1271c58fd5763 Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sat, 10 Feb 2024 10:25:14 -0600 Subject: [PATCH] minor commenting change --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 25fed86..d3a3db5 100644 --- a/test/test.py +++ b/test/test.py @@ -24,7 +24,7 @@ for alt in range(500, 1001, 100): n_cases = n_cases + 1 coords = EarthLocation(lon * u.deg, lat * u.deg, alt * u.km) - f = get_flux(coords, t, energy, 'p', 'max') # doctest: +FLOAT_CMP + f = get_flux(coords, t, energy, 'p', 'max') #print(t.utc.decimalyear, lat, lon, alt, f.value) tend = time.time() print(f'Python version runtime: {tend-tstart} sec. {int(n_cases/(tend-tstart))} (cases/sec)') \ No newline at end of file