From b98598e7a3b6108f06c72c5ee6541f5bf89392ae Mon Sep 17 00:00:00 2001 From: wolearyc Date: Sun, 11 Aug 2024 16:12:01 -0700 Subject: [PATCH] fixed temp file --- test/tests/test_poscar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests/test_poscar.py b/test/tests/test_poscar.py index c2f6474..be43fed 100644 --- a/test/tests/test_poscar.py +++ b/test/tests/test_poscar.py @@ -82,7 +82,7 @@ def test_write_read_poscar( lattice, atomic_numbers, fractional_positions, - "test/data/temp/temp", + "test/data/temp", file_format="poscar", overwrite="true", ) @@ -105,7 +105,7 @@ def test_write_read_poscar( np.ones((2, 3)), [1, 1, 1, 3, 4, 4, 4, 30, 30], np.zeros((9, 3)), - "test/data/TiO2", + "test/data/temp", ValueError, "lattice has wrong shape: (2,3) != (3,3)", {},