Skip to content

Commit 5bd49d4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bda0028 commit 5bd49d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asv_bench/benchmarks/benchmarks_particle_execution.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
class ParticleExecutionJIT:
99
timeout = 240
10+
1011
def setup(self):
1112
xdim = ydim = zdim = 2
1213
npart = 1_000
@@ -42,6 +43,7 @@ def time_run_many_timesteps(self):
4243

4344
class ParticleExecutionScipy:
4445
timeout = 240
46+
4547
def setup(self):
4648
xdim = ydim = zdim = 2
4749
npart = 1_000

0 commit comments

Comments
 (0)