Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Dec 12, 2024
1 parent a4fcfd0 commit 83c5517
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyvela/tests/test_data_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ def test_data(model_and_toas):

assert all(np.isfinite(spnta.model_dm(spnta.maxlike_params)))

assert (
all([len(label) > 0 for label in spnta.param_labels])
and len(spnta.param_labels) == spnta.ndim
)


def test_chi2(model_and_toas):
spnta: SPNTA
Expand Down

0 comments on commit 83c5517

Please sign in to comment.