Skip to content

Commit

Permalink
remove obsolete fs
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Jan 19, 2024
1 parent 8b1728d commit c44d733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_static_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def test_static_multi_image_diff_cell():
In this test, the lattice for each image is different (ionic relaxation)
"""
# Pyfakefs requires following line to add the external data folders
fs.add_real_directory(repo_dir)
from sparc.sparc_parsers.static import _add_cell_info, _read_static

cell = np.array([[4.05, 0.0, 0.0], [0.0, 4.05, 0.0], [0.0, 0.0, 4.05]])
Expand Down

0 comments on commit c44d733

Please sign in to comment.