Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
romancardenas committed May 27, 2024
2 parents 5813aab + b53a6f1 commit 2f81b63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xdevs/sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ def simulate(self, num_iters: int = 10000):
def simulate_time(self, time_interv: float = INFINITY):
self.clock.time = self.time_next
tf = self.clock.time + time_interv

while self.clock.time < tf:
self.lambdaf()
self.deltfcn()
Expand Down

0 comments on commit 2f81b63

Please sign in to comment.