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
* Only show 5 slowest test durations
* Remove deprecation warning in cmd_node.py
* Remove deprecation warnings in tests/cmdline/commands/test_node.py
* Add stacklevel to warn_deprecation
* Ignore plumpy get_event_loop deprecation warning
* Fix fixture in tests/cmdline/commands/test_process.py
* Ignore 'dict interface' spglib deprecation warning
* Fix pymatgen deprecation warning
tests/test_dataclasses.py::TestStructureDataFromPymatgen::test_1
tests/test_dataclasses.py:2098: FutureWarning: get_structures is deprecated;
use parse_structures in pymatgen.io.cif instead.
The only difference is that primitive defaults to False in the new parse_structures method.
So parse_structures(primitive=True) is equivalent to the old behavior of get_structures().
pymatgen_struct = pymatgen_parser.get_structures()[0]
0 commit comments