Skip to content

Commit 08c0891

Browse files
author
juvanden
committed
linting fixes
1 parent fb3fe93 commit 08c0891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_parameter_spec(self):
125125
},
126126
effect=effect,
127127
effect_precision=effect_precision,
128-
is_dynamic=False,
128+
is_dynamic=is_dynamic,
129129
)
130130

131131
# Call the method

0 commit comments

Comments
 (0)