Skip to content

Commit

Permalink
Induce regression to test benchmarking trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Aug 1, 2024
1 parent 6c69f08 commit 2c5102e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions derivative/dlocal.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def _symfd(i, x, dt, k):
return np.sum(res)

def compute(self, t, x, i):
import time
time.sleep(1e-3)
dt = t[1] - t[0]

if not self.periodic:
Expand Down

0 comments on commit 2c5102e

Please sign in to comment.