We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8ea69 commit 74809ecCopy full SHA for 74809ec
1 file changed
src/climatebenchpress/compressor/plotting/plot_metrics.py
@@ -50,8 +50,8 @@ def _get_lineinfo(compressor: str) -> tuple[str, str]:
50
("tthresh", "TTHRESH"),
51
("rp-dct", "RP(DCT)"),
52
("rp", "RP(N)"),
53
- ("safeguarded-rp-dct", "Safeguarded(RP(N))"),
54
- ("safeguarded-rp", "Safeguarded(RP(DCT))"),
+ ("safeguarded-rp-dct", "Safeguarded(RP(DCT))"),
+ ("safeguarded-rp", "Safeguarded(RP(N))"),
55
]
56
57
DISTORTION2LEGEND_NAME = {
0 commit comments