Skip to content

Commit

Permalink
Update default value of cpu to None in dataset fixture (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Higley <[email protected]>
  • Loading branch information
oliverholworthy and karlhigley authored Mar 17, 2023
1 parent 789228f commit 391f197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def dataset(request, paths, engine):
try:
cpu = request.getfixturevalue("cpu")
except Exception: # pylint: disable=broad-except
cpu = False
cpu = None

kwargs = {}
if engine == "csv-no-header":
Expand Down

0 comments on commit 391f197

Please sign in to comment.