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 fe1f842
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions iodata/test/test_mwfn.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,14 @@
import numpy as np
from numpy.testing import assert_equal, assert_allclose
from ..api import load_one
from ..formats.mwfn import _load_mwfn_low
from ..overlap import compute_overlap
from ..utils import LineIterator

try:
from importlib_resources import path
except ImportError:
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 fe1f842

Please sign in to comment.