From 325231138248595df996a7c33c14744a232284c7 Mon Sep 17 00:00:00 2001 From: Lorenzo Volpi Date: Fri, 1 Dec 2023 12:43:30 +0100 Subject: [PATCH] print removed --- qcdash/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qcdash/app.py b/qcdash/app.py index e3d46d1..aeb0a5e 100644 --- a/qcdash/app.py +++ b/qcdash/app.py @@ -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", _):