Skip to content

Commit

Permalink
pre-commit checked
Browse files Browse the repository at this point in the history
  • Loading branch information
anushka255 committed Nov 25, 2024
1 parent ee9a567 commit b341bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

test_dir = Path(__file__).parent / "data"


@pytest.fixture(scope="session")
def slices():
slices = []
Expand Down
3 changes: 1 addition & 2 deletions tests/test_model_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
test_dir = Path(__file__).parent / "data"



def test_create_graph(slices, tmp_path):
def test_create_graph(slices):
graph, _ = generate_graph(slices[0])
expected_result = np.load(test_dir / "create_graph.npz")

Expand Down

0 comments on commit b341bde

Please sign in to comment.