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 0297f2a commit f91ea9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_parmparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@


def test_parmparse():
dopml = False
ncell = 10
dt = 0.0
pp = amr.ParmParse("")
dir_name = os.path.dirname(__file__)
pp.addfile(dir_name + "/parmparse_inputs")
pp.addfile(os.path.join(dir_name, "/parmparse_inputs"))
pp_param = amr.ParmParse("param")
(_, ncell) = pp_param.query_int("ncell")
dt = pp_param.get_real("dt")
Expand Down

0 comments on commit f91ea9a

Please sign in to comment.