Skip to content

Commit

Permalink
TST: fix a test using add_field with validators
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed May 17, 2022
1 parent 14d2442 commit cae71c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yt/frontends/ramses/tests/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ def dummy(field, data):
fname,
gen_dummy(ngz),
sampling_type="cell",
units="",
validators=[yt.ValidateSpatial(ghost_zones=ngz)],
)
fields.append(fname)
Expand Down

0 comments on commit cae71c2

Please sign in to comment.