Skip to content

Commit

Permalink
Merge pull request #1706 from dlakaplan/nostaticephem
Browse files Browse the repository at this point in the history
CI ephemeris test no longer requires access to static NANOGrav site
  • Loading branch information
abhisrkckl authored Dec 29, 2023
2 parents b8d8f7c + f39e9b0 commit 4025e32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ the released changes.
## Unreleased
### Changed
- Moved `get_derived_params` to `timing_model`
- `check_ephemeris_connection` CI test no longer requires access to static NANOGrav site
### Added
- Added numdifftools to setup.cfg to match requirements.txt
- Documentation: Added `convert_parfile` to list of command-line tools in RTD
Expand Down
3 changes: 0 additions & 3 deletions check_ephemeris_connection.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import urllib.request
import pint.solar_system_ephemerides


urllib.request.urlopen("https://data.nanograv.org/static/data/ephem/de405.bsp").read()

for e in [
"de440",
"de405",
Expand Down

0 comments on commit 4025e32

Please sign in to comment.