Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Feb 4, 2024
1 parent f9f8448 commit 5acc1f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/atomic/structure/test_atoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
)
from pyiron_atomistics.atomistics.structure.factory import StructureFactory
from pyiron_atomistics.atomistics.structure.periodic_table import (
element,
PeriodicTable,
ChemicalElement,
)
Expand Down Expand Up @@ -1721,7 +1720,6 @@ def test_cached_speed(self):
n_timing_loop = 1
t1, t2, t3, t4, t5, t6, t7 = [np.array([0.0] * n_timing_loop) for _ in range(7)]
for i in range(n_timing_loop):
element.cache_clear()
PeriodicTable._get_periodic_table_df.cache_clear()
t1[i] = time.perf_counter()
Atoms(symbols="Al", positions=pos, cell=cell)
Expand Down

0 comments on commit 5acc1f0

Please sign in to comment.