Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
Signed-off-by: Li-Yu Lin <liyu8561501@gmail.com>
  • Loading branch information
melodylylin authored and jgoppert committed Oct 23, 2024
1 parent abd5126 commit be53310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rdd2_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def integrate_simulation(self):
try:
# opts = {"abstol": 1e-9,"reltol":1e-9,"fsens_err_con": True,"calc_ic":True,"calc_icB":True}
f_int = ca.integrator(
"test", "cvodes", self.model["dae"], self.t, self.t + self.dt
"test", "cvodes", self.model["dae"], self.t, self.t + self.dt
)
res = f_int(x0=self.x, z0=0, p=self.p, u=self.u)
except RuntimeError as e:
Expand Down

0 comments on commit be53310

Please sign in to comment.