Skip to content

Commit

Permalink
remove helper_load_mwfn_low function
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenDKelly committed Sep 1, 2020
1 parent a006bfb commit f69f7b2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions iodata/test/test_mwfn.py
Expand Up @@ -32,13 +32,6 @@
from importlib.resources import path


def helper_load_mwfn_low(fn_mwfn):
"""Load a testing Multiwfn file with iodata.formats.mwfn.load_mwfn_low."""
with path('iodata.test.data', fn_mwfn) as fn:
lit = LineIterator(str(fn))
return _load_mwfn_low(lit)


def load_format_helper(fn_format):
"""Load a testing formatted file with iodata.iodata.load_one."""
with path('iodata.test.data', fn_format) as fn:
Expand Down

0 comments on commit f69f7b2

Please sign in to comment.