Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 18, 2024
1 parent 5598c5d commit dbfc472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/jax/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class JAXModel(eqx.Module):
MODEL_API_VERSION = "0.0.2"
api_version: str
jax_py_file: Path
ss_tol_scale_factor: jnp.float_ = 100.0
ss_tol_scale_factor: jnp.float_ = 10.0

def __init__(self):
if self.api_version != self.MODEL_API_VERSION:
Expand Down

0 comments on commit dbfc472

Please sign in to comment.