Skip to content

Commit

Permalink
some missing renames
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Oct 19, 2024
1 parent d709091 commit fe77ae7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CI/physmon/workflows/physmon_trackfinding_1muon.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ def run_ckf_tracking(label, seeding):
else []
) + [
"tracksummary_ckf.root",
"performance_finding_ckf.root",
"performance_fitting_ckf.root",
"performance_ckf.root",
]:
perf_file = tp / file
assert perf_file.exists(), f"Performance file not found {perf_file}"
Expand Down
12 changes: 6 additions & 6 deletions CI/physmon/workflows/physmon_trackfinding_4muon_50vertices.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@
s.run()

shutil.move(
tp / "performance_fitting_ambi.root",
tp / "performance_fitting_ckf_ambi.root",
tp / "performance_finding_ambi.root",
tp / "performance_finding_ckf_ambi.root",
)
shutil.move(
tp / "performance_ambi.root",
tp / "performance_ckf_ambi.root",
tp / "performance_fitting_ambi.root",
tp / "performance_fitting_ckf_ambi.root",
)
for vertexing in ["ivf_notime", "amvf_gauss_notime", "amvf_grid_time"]:
shutil.move(
Expand All @@ -212,10 +212,10 @@
for file in [
"performance_seeding.root",
"tracksummary_ckf.root",
"performance_finding_ckf.root",
"performance_fitting_ckf.root",
"performance_ckf.root",
"performance_finding_ckf_ambi.root",
"performance_fitting_ckf_ambi.root",
"performance_ckf_ambi.root",
"performance_vertexing_ivf_notime.root",
"performance_vertexing_amvf_gauss_notime.root",
"performance_vertexing_amvf_grid_time.root",
Expand Down
12 changes: 6 additions & 6 deletions CI/physmon/workflows/physmon_trackfinding_ttbar_pu200.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@
s.run()

shutil.move(
tp / "performance_fitting_ambi.root",
tp / "performance_fitting_ckf_ambi.root",
tp / "performance_finding_ambi.root",
tp / "performance_finding_ckf_ambi.root",
)
shutil.move(
tp / "performance_ambi.root",
tp / "performance_ckf_ambi.root",
tp / "performance_fitting_ambi.root",
tp / "performance_fitting_ckf_ambi.root",
)
for vertexing in ["amvf_gauss_notime", "amvf_grid_time"]:
shutil.move(
Expand All @@ -196,10 +196,10 @@
for file in [
"performance_seeding.root",
"tracksummary_ckf.root",
"performance_finding_ckf.root",
"performance_fitting_ckf.root",
"performance_ckf.root",
"performance_finding_ckf_ambi.root",
"performance_fitting_ckf_ambi.root",
"performance_ckf_ambi.root",
"performance_vertexing_amvf_gauss_notime.root",
"performance_vertexing_amvf_grid_time.root",
]:
Expand Down
2 changes: 1 addition & 1 deletion Examples/Python/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ def test_ckf_tracks_example(

root_files = [
(
"performance_ckf.root",
"performance_finding_ckf.root",
None,
),
(
Expand Down

0 comments on commit fe77ae7

Please sign in to comment.