We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87acf4d commit 4fe7d28Copy full SHA for 4fe7d28
tests/test_unit/test_load_bboxes.py
@@ -317,15 +317,15 @@ def test_from_via_tracks_file(
317
(
318
r"_(0\d*)_$",
319
AttributeError,
320
- "/crab_1/00000.jpg (row 0): "
+ "00000.jpg (row 0): "
321
r"The provided frame regexp (_(0\d*)_$) did not return any "
322
"matches and a frame number could not be extracted from "
323
"the filename.",
324
),
325
326
r"(0\d*\.\w+)$",
327
ValueError,
328
329
"The frame number extracted from the filename "
330
r"using the provided regexp ((0\d*\.\w+)$) "
331
"could not be cast as an integer.",
0 commit comments