Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 17, 2024
1 parent d18d3a8 commit ffd20c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_boost.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,10 @@ def test_boost_output_pickles():
def test_155_boost_factory():
import boost_histogram as bh
import dask_awkward as dak
import dask_histogram as dh
import numpy as np

import dask_histogram as dh

arr = dak.from_lists([list(range(10))] * 3)
axis = bh.axis.Regular(10, 0., 10.)
hist = dh.factory(
Expand Down

0 comments on commit ffd20c3

Please sign in to comment.