Skip to content

Commit

Permalink
Fix path to structure
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Dec 7, 2023
1 parent be4cb2b commit bc9c44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smact/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

files_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "files")
TEST_OX_STATES = os.path.join(files_dir, "test_oxidation_states.txt")
TEST_STRUCT = os.path.join(files_dir, "mp-540839_CsPbI3_oxi.cif")
TEST_STRUCT = os.path.join(files_dir, "mp-540839_CsPbI3_oxi.json")


class TestSequenceFunctions(unittest.TestCase):
Expand Down

0 comments on commit bc9c44b

Please sign in to comment.