Skip to content

Commit fce0537

Browse files
authored
Update perturbIC.py
1 parent 586a12f commit fce0537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/umfile_utils/perturbIC.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ def main():
206206

207207
# Skip mule validation if the "--validate" option is provided
208208
if not args.validate:
209-
ff.validate = void_validation
210-
209+
ff.validate = void_validation()
210+
211211
# loop through the fields
212212
for ifield, field in enumerate(ff.fields):
213213
if is_field_to_perturb(field, STASH_THETA):

0 commit comments

Comments
 (0)