Skip to content

Commit

Permalink
CLN: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Jul 1, 2022
1 parent 1128a5a commit 40cb00a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/feature_library/test_feature_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ def test_sindypi_library_bad_params(params):
pytest.lazy_fixture("data_custom_library_bias"),
pytest.lazy_fixture("data_generalized_library"),
pytest.lazy_fixture("data_ode_library"),
# pytest.lazy_fixture("data_pde_library"),
# we should not use this library for lorenz data,
# since spatiotemporal grid determines derivative order
pytest.lazy_fixture("data_sindypi_library"),
],
)
Expand Down Expand Up @@ -279,9 +276,6 @@ def test_change_in_data_shape(data_lorenz, library):
(pytest.lazy_fixture("data_custom_library"), 12),
(pytest.lazy_fixture("data_generalized_library"), 76),
(pytest.lazy_fixture("data_ode_library"), 9),
# (pytest.lazy_fixture("data_pde_library"), 129),
# we should not use this library for lorenz data,
# since spatiotemporal grid determines derivative order
(pytest.lazy_fixture("data_sindypi_library"), 39),
],
)
Expand All @@ -305,9 +299,6 @@ def test_output_shape(data_lorenz, library, shape):
pytest.lazy_fixture("data_custom_library_bias"),
pytest.lazy_fixture("data_generalized_library"),
pytest.lazy_fixture("data_ode_library"),
# pytest.lazy_fixture("data_pde_library"),
# we should not use this library for lorenz data,
# since spatiotemporal grid determines derivative order
pytest.lazy_fixture("data_sindypi_library"),
],
)
Expand Down

0 comments on commit 40cb00a

Please sign in to comment.