Skip to content

Commit

Permalink
removed SINI failure test for DDK since no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Dec 15, 2023
1 parent ce04147 commit 6f4e530
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_ddk.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,6 @@ def test_ddk_ECL_ICRS():
assert np.isclose(mECL_transformed.KOM.quantity, mECL.KOM.quantity)


def test_sini_raises():
# SINI is not an allowed parameter for DDK
test_par_str = temp_par_str + "\n SINI 0.8 1 0.562"
with pytest.raises(ValueError):
mb.get_model(StringIO(test_par_str))


def test_stand_alone_model_params_updates():
test_par_str = temp_par_str + "\n KIN 71.969 1 0.562"
m = mb.get_model(StringIO(test_par_str))
Expand Down

0 comments on commit 6f4e530

Please sign in to comment.