feat: allows some betetr matching for single_dipole runs

This commit is contained in:
2024-08-26 03:31:15 -05:00
parent 6a5c5931d4
commit 5425ce1362
2 changed files with 53 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ FILE_SLUG_REGEXES = [
r"(?P<tag>\w+)-(?P<job_index>\d+)",
r"mock_tarucha-(?P<job_index>\d+)",
r"(?:(?P<mock>mock)_)?tarucha(?:_(?P<tarucha_run_id>\d+))?-(?P<job_index>\d+)",
r"(?P<tag>\w+)-(?P<included_dots>[\w,]+)-(?P<target_cost>\d*\.?\d+)-(?P<job_index>\d+)",
]
]