From bc9c44bf3f5f117267620194f141acde3c434891 Mon Sep 17 00:00:00 2001 From: Anthony Onwuli <30937913+AntObi@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:26:32 +0000 Subject: [PATCH] Fix path to structure --- smact/tests/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smact/tests/test_core.py b/smact/tests/test_core.py index c3e27a47..8b649a0f 100755 --- a/smact/tests/test_core.py +++ b/smact/tests/test_core.py @@ -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):