Skip to content

Commit

Permalink
still debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Aug 21, 2024
1 parent 0f9bfe2 commit 0575d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_new_observatories.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def test_get_TOAs():
tt = get_TOAs(StringIO(tim), ephem="DE421")
out = pint.solar_system_ephemerides.load_kernel("de421")
print(f"Ephemeris found at {out}")
print(pint.solar_system_ephemerides.loaded_ephems)
# Check the site clock correction by itself
site = get_observatory("meerkat")
clock_corr = site.clock_corrections(tt.table["mjd"][0], include_bipm=False)
Expand Down

0 comments on commit 0575d98

Please sign in to comment.