Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
keyaloding committed Jul 8, 2024
1 parent 5f10a40 commit 5c0985a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions tests/io/test_nwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ def test_typical_case_append(nwbfile, slp_typical):
assert node_name in pose_estimation_container.pose_estimation_series


def test_load_nwb():
"""Test loading NWB files."""
path1 = "~/tests/data/centered_pair_predictions.nwb"
labels1 = read_nwb(path1)

path2 = "~/tests/data/minimal_instance_w_prediction.nwb"


def test_typical_case_append_with_metadata_propagation(nwbfile, slp_typical):
labels = load_slp(slp_typical)

Expand Down
2 changes: 1 addition & 1 deletion tests/model/test_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_labels_getitem(slp_typical):
with pytest.raises(IndexError):
labels[None]


@pytest.fixture
def test_labels_save(tmp_path, slp_typical):
labels = load_slp(slp_typical)
labels.save(tmp_path / "test.slp")
Expand Down

0 comments on commit 5c0985a

Please sign in to comment.