Skip to content

Commit

Permalink
removed path being unuseful
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathieufact committed Mar 25, 2024
1 parent e51fb1f commit f747f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ def test_video_prediction_tracking(expected_results, test_input, video_number):
np.array_equal(expected_results, combined_array)

# Remove the file if the test is successful
Path(output_file_path).unlink()
output_file_path.unlink()

0 comments on commit f747f28

Please sign in to comment.