Skip to content

Commit c230c8e

Browse files
committed
Adjust filename for LV
1 parent 37fd0ed commit c230c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_linear_regression_starter(examples_path):
2222

2323
@pytest.mark.slow
2424
def test_lotka_volterra_point_estimation_and_expert_stats(examples_path):
25-
run_notebook(examples_path / "Lotka_Volterra_Point_Estimation_and_Expert_Stats.ipynb")
25+
run_notebook(examples_path / "Lotka_Volterra_Point_Estimation.ipynb")
2626

2727

2828
@pytest.mark.slow

0 commit comments

Comments
 (0)