Skip to content

Commit

Permalink
Merge pull request #121 from SurgeArrester/master
Browse files Browse the repository at this point in the history
Fixed old monty dependency
  • Loading branch information
gmatteo authored Nov 8, 2023
2 parents c353398 + 6e7d8a7 commit 4048962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pseudo_dojo/core/pseudos.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from monty.string import list_strings
from monty.fnmatch import WildCard
from monty.termcolor import cprint
from monty.os.path import which
from shutil import which
from pymatgen.core.periodic_table import Element
from pymatgen.core.xcfunc import XcFunc
from abipy.tools.plotting import add_fig_kwargs, get_ax_fig_plt
Expand Down
2 changes: 1 addition & 1 deletion pseudo_dojo/core/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This single module should provide all the common functionality for tests
in a single location, so that test scripts can just import it and work right away.
"""
from monty.os.path import which
from shutil import which
from pymatgen.util.testing import PymatgenTest

import numpy.testing as nptu
Expand Down

0 comments on commit 4048962

Please sign in to comment.