Skip to content

Commit 74809ec

Browse files
committed
Fix the safeguarded RP labels
1 parent 2f8ea69 commit 74809ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/climatebenchpress/compressor/plotting/plot_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def _get_lineinfo(compressor: str) -> tuple[str, str]:
5050
("tthresh", "TTHRESH"),
5151
("rp-dct", "RP(DCT)"),
5252
("rp", "RP(N)"),
53-
("safeguarded-rp-dct", "Safeguarded(RP(N))"),
54-
("safeguarded-rp", "Safeguarded(RP(DCT))"),
53+
("safeguarded-rp-dct", "Safeguarded(RP(DCT))"),
54+
("safeguarded-rp", "Safeguarded(RP(N))"),
5555
]
5656

5757
DISTORTION2LEGEND_NAME = {

0 commit comments

Comments
 (0)