Skip to content

Commit

Permalink
Remove test of second tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ninamiolane committed May 24, 2024
1 parent c3beff3 commit 8b7486f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ def _exec_tutorial(path):

TUTORIALS_DIR = "tutorials"
paths = [
f"{TUTORIALS_DIR}/01_methods_create_synthetic_data.ipynb",
f"{TUTORIALS_DIR}/02_methods_estimate_manifold_dimension.ipynb"]
f"{TUTORIALS_DIR}/01_methods_create_synthetic_data.ipynb"]


@pytest.mark.parametrize("path", paths)
Expand Down

0 comments on commit 8b7486f

Please sign in to comment.