print removed

This commit is contained in:
Lorenzo Volpi 2023-12-01 12:43:30 +01:00
parent 2aa77d9e19
commit 3252311382
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ def get_datasets(root: str | Path) -> List[DatasetReport]:
def get_fig(dr: DatasetReport, metric, estimators, view, mode, backend=None):
_backend = backend or plot.get_backend("plotly")
print(_backend)
estimators = CE.name[estimators]
match (view, mode):
case ("avg", _):