Skip to content

Commit

Permalink
Remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Apr 15, 2022
1 parent c3aa3e1 commit 827ad4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymatgen/analysis/magnetism/tests/test_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def test_ordering_enumeration(self):
# ferrimagnetic (Cr produces net spin)
structure = Structure.from_file(os.path.join(PymatgenTest.TEST_FILES_DIR, "magnetic_orderings/Cr2NiO4.json"))
enumerator = MagneticStructureEnumerator(structure)
print(enumerator.input_origin)
self.assertEqual(enumerator.input_origin, "ferri_by_Cr")

# antiferromagnetic on single magnetic site
Expand Down

0 comments on commit 827ad4e

Please sign in to comment.