We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a7230 commit dd55b29Copy full SHA for dd55b29
tests/test_components/test_IO.py
@@ -182,8 +182,8 @@ def test_validation_speed(tmp_path):
182
path = str(tmp_path / "simulation.json")
183
184
_ = 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
+ N_tests = 2 # may be increased temporarily, makes it slow for routine tests
+ max_structures = np.log10(2) # may be increased temporarily, makes it slow for routine tests
187
188
# adjust as needed, keeping small to speed tests up
189
num_structures = np.logspace(0, max_structures, N_tests).astype(int)
0 commit comments