ICB-DCM / pyPESTO

python Parameter EStimation TOolbox
https://pypesto.readthedocs.io
BSD 3-Clause "New" or "Revised" License
207 stars 45 forks source link

fix jax deprecations #1346

Closed FFroehlich closed 3 months ago

FFroehlich commented 3 months ago
codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 75.86207% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 84.43%. Comparing base (38d91c4) to head (67ec64f).

Files Patch % Lines
pypesto/objective/jax/base.py 75.86% 7 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1346 +/- ## =========================================== - Coverage 84.50% 84.43% -0.07% =========================================== Files 157 157 Lines 12906 12881 -25 =========================================== - Hits 10906 10876 -30 - Misses 2000 2005 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

FFroehlich commented 3 months ago

Now no longer requires passing of input function. Extended tests to demonstrate jax transformations of inputs and outputs.