You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently deterministic_signals.pyPINT test only makes sure that you are not using PINT. Bayes Ephem is now functional with PINT, and the tests need to be updated with checks similar to what is already done with TEMPO2 + BE.
PR #249 removes 5 lines of code that stop anyone from using PINT with BE.
Removal of these lines results in FAILED tests/test_deterministic_signals.py::TestDeterministicSignalsPint::test_physical_ephem_model
The text was updated successfully, but these errors were encountered:
AaronDJohnson
changed the title
Add tests for Bayes Ephem in PINT.
Add tests for using Bayes Ephem with PINT.
Feb 5, 2021
Currently
deterministic_signals.py
PINT
test only makes sure that you are not usingPINT
. Bayes Ephem is now functional with PINT, and the tests need to be updated with checks similar to what is already done with TEMPO2 + BE.PR #249 removes 5 lines of code that stop anyone from using PINT with BE.
Removal of these lines results in
FAILED tests/test_deterministic_signals.py::TestDeterministicSignalsPint::test_physical_ephem_model
The text was updated successfully, but these errors were encountered: