Skip to content

Commit

Permalink
update pixi.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Jun 28, 2024
1 parent 353941e commit 83a13d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bencher/results/bench_result_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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)
Expand All @@ -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]
Expand Down

0 comments on commit 83a13d2

Please sign in to comment.