Skip to content

Commit

Permalink
path string
Browse files Browse the repository at this point in the history
  • Loading branch information
emdavis02 committed May 8, 2024
1 parent bdcf391 commit 6eb8a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_primary_prediction_not_found(tmp_path):
# Create a dummy Series instance with a non-existent primary prediction file
output = io.StringIO()
with redirect_stdout(output):
Series.load(h5_path=str(dummy_video_path), primary_name="nonexistent")
Series.load(h5_path=dummy_video_path, primary_name="nonexistent")

# format file path string for assert statement
new_file_path = Path(dummy_video_path).with_suffix("")
Expand Down

0 comments on commit 6eb8a07

Please sign in to comment.