Skip to content

Commit

Permalink
changed relative import to get test to run"
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Dec 21, 2016
1 parent 4916459 commit 799814f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bowl_slosh/regression_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def setUp(self):
topo.write(os.path.join(self.temp_path, "bowl.topotype2"), \
topo_type=2, Z_format="%22.15e")

from .make_fgmax_grid import make_fgmax_grid1
from make_fgmax_grid import make_fgmax_grid1
make_fgmax_grid1(self.temp_path)


Expand Down

0 comments on commit 799814f

Please sign in to comment.