Skip to content

Commit

Permalink
Merge pull request #262 from DimitriPapadopoulos/PYL-R1719
Browse files Browse the repository at this point in the history
if expression used can be simplified
  • Loading branch information
FrancescAlted authored Sep 23, 2024
2 parents 4615a38 + 9d8054c commit e0a3d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/ndarray/compare_getslice.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import blosc2

persistent = True if len(sys.argv) == 1 else False
persistent = (len(sys.argv) == 1)
if persistent:
print("Testing the persistent backends")
else:
Expand Down

0 comments on commit e0a3d2a

Please sign in to comment.