Skip to content

Commit

Permalink
minor commenting change
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Feb 10, 2024
1 parent beb3a08 commit 684114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)')

0 comments on commit 684114e

Please sign in to comment.