Skip to content

Commit dd55b29

Browse files
Update tests/test_components/test_IO.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 10a7230 commit dd55b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_components/test_IO.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ def test_validation_speed(tmp_path):
182182
path = str(tmp_path / "simulation.json")
183183

184184
_ = SIM
185-
N_tests = 2 # may be increased temporally, makes it slow for routine tests
186-
max_structures = np.log10(2) # may be increased temporally, makes it slow for routine tests
185+
N_tests = 2 # may be increased temporarily, makes it slow for routine tests
186+
max_structures = np.log10(2) # may be increased temporarily, makes it slow for routine tests
187187

188188
# adjust as needed, keeping small to speed tests up
189189
num_structures = np.logspace(0, max_structures, N_tests).astype(int)

0 commit comments

Comments
 (0)