We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5470e2 commit 14869a4Copy full SHA for 14869a4
1 file changed
src/climatebenchpress/compressor/plotting/plot_metrics.py
@@ -127,8 +127,8 @@ def plot_metrics(
127
"""
128
metrics_path = basepath / "metrics"
129
plots_path = basepath / "plots"
130
- datasets = (data_loader_basepath or basepath) / "datasets"
131
- compressed_datasets = basepath / "compressed-datasets"
+ _datasets = (data_loader_basepath or basepath) / "datasets"
+ _compressed_datasets = basepath / "compressed-datasets"
132
133
df = pd.read_csv(metrics_path / "all_results.csv")
134
@@ -554,7 +554,6 @@ def _plot_aggregated_rd_curve(
554
plt.legend(
555
title="Compressor",
556
loc="upper left",
557
- # bbox_to_anchor=(0.8, 0.99),
558
fontsize=12,
559
title_fontsize=14,
560
)
0 commit comments