Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshwani committed Feb 19, 2024
1 parent fc5bc77 commit 2d6129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lppls/tests/test_lppls.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_mp_compute_nested_fits(observations, lppls_model):
assert res[0]['t1'] == 0.0
assert res[0]['t2'] == 79.0
assert res[4]['t1'] == 20.0
expected_keys = {'tc_d', 'tc', 'm', 'w', 'a', 'b', 'c', 'c1', 'c2', 't1_d', 't2_d', 't1', 't2', 'O', 'D'}
expected_keys = {'tc_d', 'tc', 'm', 'w', 'a', 'b', 'c', 'c1', 'c2', 't1_d', 't2_d', 't1', 't2'}
assert len(res[0]['res']) == 30
assert set(res[0]['res'][0]).issubset(expected_keys)

Expand Down

0 comments on commit 2d6129a

Please sign in to comment.