Skip to content

Commit

Permalink
if expression used can be simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 22, 2024
1 parent 3d34a2e commit 9d8054c
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 9d8054c

Please sign in to comment.