Skip to content

Commit

Permalink
fixed temp file
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Aug 11, 2024
1 parent 3b4eb04 commit b98598e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/test_poscar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand All @@ -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)",
{},
Expand Down

0 comments on commit b98598e

Please sign in to comment.