diff --git a/bencher/results/bench_result_base.py b/bencher/results/bench_result_base.py index c10d6cbc..009eea9e 100644 --- a/bencher/results/bench_result_base.py +++ b/bencher/results/bench_result_base.py @@ -241,7 +241,7 @@ def map_plots( return row.get() @staticmethod - def zip_results1D(args): # pragma: no cover + def zip_results1D(args): # pragma: no cover first_el = [a[0] for a in args] out = pn.Column() for a in zip(*first_el): @@ -253,7 +253,7 @@ def zip_results1D(args): # pragma: no cover return out @staticmethod - def zip_results1D1(panel_list): # pragma: no cover + def zip_results1D1(panel_list): # pragma: no cover container_args = {"styles": {}} container_args["styles"]["border-bottom"] = f"{2}px solid grey" print(panel_list) @@ -267,7 +267,7 @@ def zip_results1D1(panel_list): # pragma: no cover return out @staticmethod - def zip_results1D2(panel_list): # pragma: no cover + def zip_results1D2(panel_list): # pragma: no cover if panel_list is not None: print(panel_list) primary = panel_list[0]