Skip to content

Commit

Permalink
Black test_optimizers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbue committed Feb 6, 2024
1 parent 73c2fd5 commit 5ff20a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_optimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def test_sindypi_fit(params):
model.fit(x_train, t=t)
assert np.shape(opt.coef_) == (10, 10)


@pytest.mark.parametrize(
"params",
[
Expand All @@ -348,6 +349,7 @@ def test_sbr_bad_parameters(params):
with pytest.raises(ValueError):
SBR(**params)


@pytest.mark.parametrize(
"params",
[
Expand Down

0 comments on commit 5ff20a1

Please sign in to comment.