Skip to content

Commit fbd0b13

Browse files
committed
++
1 parent 972d7e2 commit fbd0b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/harris/harris_2d.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ def default_setup():
4949

5050

5151
def config(sim = None, timestamps = None, seed = 12334):
52-
if not sim:
52+
if sim is None:
5353
sim = default_setup()
54-
if not timestamps:
54+
if timestamps is None:
5555
timestamps = default_timestamps()
5656

5757
def density(x, y):

0 commit comments

Comments
 (0)