Skip to content

Commit

Permalink
test: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Nov 9, 2024
1 parent 296567b commit 5ef1bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def _setup_teardown():
try:
import zfit
except ImportError:
yield
return

old_chunksize = zfit.run.chunking.max_n_points
Expand Down

0 comments on commit 5ef1bc4

Please sign in to comment.