Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions mlpf/plotting/plot_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,8 @@ def plot_purity_vs_kin(
sample_label_coords[0], sample_label_coords[1], plot_sample_name, transform=ax.transAxes, fontsize=sample_label_fontsize, ha="left", va="top"
)
ax.text(
jet_label_coords_single[0],
jet_label_coords_single[1],
jet_label_coords[0],
jet_label_coords[1],
jet_label_inclusive,
transform=ax.transAxes,
fontsize=addtext_fontsize,
Expand Down Expand Up @@ -891,8 +891,8 @@ def plot_purity_vs_kin(
sample_label_coords[0], sample_label_coords[1], plot_sample_name, transform=ax.transAxes, fontsize=sample_label_fontsize, ha="left", va="top"
)
ax.text(
jet_label_coords_single[0],
jet_label_coords_single[1],
jet_label_coords[0],
jet_label_coords[1],
jet_label_inclusive,
transform=ax.transAxes,
fontsize=addtext_fontsize,
Expand Down Expand Up @@ -942,8 +942,8 @@ def plot_purity_vs_kin(
sample_label_coords[0], sample_label_coords[1], plot_sample_name, transform=ax.transAxes, fontsize=sample_label_fontsize, ha="left", va="top"
)
ax.text(
jet_label_coords_single[0],
jet_label_coords_single[1],
jet_label_coords[0],
jet_label_coords[1],
jet_label_inclusive,
transform=ax.transAxes,
fontsize=addtext_fontsize,
Expand Down
2 changes: 1 addition & 1 deletion scripts/joosep-desktop/cms-plots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export PYTHONPATH=`pwd`
export QT_QPA_PLATFORM=offscreen
IMG=~/HEP-KBFI/singularity/pytorch.simg\:2025-09-01
IMG=~/HEP-KBFI/singularity/pytorch.simg\:2025-11-28
NANO_PATH=/mnt/work/particleflow/CMSSW_15_0_5_mlpf_v2.6.0pre1_puppi_2372e2/cuda_False/

# singularity exec -B /mnt/work/ $IMG \
Expand Down
Loading