Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Jul 22, 2023
1 parent f91ea9a commit 7714a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parmparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_parmparse():
dir_name = os.path.dirname(__file__)
pp.addfile(os.path.join(dir_name, "/parmparse_inputs"))
pp_param = amr.ParmParse("param")
(_, ncell) = pp_param.query_int("ncell")
_, ncell = pp_param.query_int("ncell")
dt = pp_param.get_real("dt")
dopml = pp_param.get_bool("do_pml")

Expand Down

0 comments on commit 7714a34

Please sign in to comment.