You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix AttributeError no .exception in pytest.raises() exc_info (closes#2971)
* pymatgen/io/vasp/tests/test_sets.py only skip tests that are actually failing PMG_VASP_PSP_DIR
* simplify: no need to convert list to array before passing to Lattice
* fix operator precedence in DictSet.kpoints
* refactor glob.glob imports
* issue warning in class DictSet if input structure contains Yb and input set uses Yb_2 PSP
* test all pre-PBE_54 input sets issue a Yb_2 warning
We're misusing
pytest.raises()
in at least 4 places in 2 files. 2 Examples below where it should bepymatgen/pymatgen/io/vasp/tests/test_sets.py
Lines 505 to 516 in ed66c97
The text was updated successfully, but these errors were encountered: