Skip to content

Commit

Permalink
actually generate code
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Apr 10, 2024
1 parent 5974d47 commit 37cdc81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/sdist/amici/de_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def generate_model_code(self) -> None:
sp.Pow, "_eval_derivative", _custom_pow_eval_derivative
):
self._prepare_model_folder()
self._generate_jax_code()
self._generate_c_code()
self._generate_m_code()

Expand Down

0 comments on commit 37cdc81

Please sign in to comment.