Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds JAX IDAKLU solver integration #481

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

refactor: Jax implementation, FittingProblem.evaluate, adds Fisher In…

8f11efe
Select commit
Loading
Failed to load commit list.
Open

Adds JAX IDAKLU solver integration #481

refactor: Jax implementation, FittingProblem.evaluate, adds Fisher In…
8f11efe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 8, 2024 in 0s

98.83% (-0.25%) compared to c8b00e6

View this Pull Request on Codecov

98.83% (-0.25%) compared to c8b00e6

Details

Codecov Report

Attention: Patch coverage is 88.52459% with 14 lines in your changes missing coverage. Please review.

Project coverage is 98.83%. Comparing base (c8b00e6) to head (8f11efe).
Report is 12 commits behind head on develop.

Files with missing lines Patch % Lines
pybop/experimental/jax_costs.py 83.33% 11 Missing ⚠️
pybop/optimisers/base_optimiser.py 80.00% 1 Missing ⚠️
pybop/plot/problem.py 66.66% 1 Missing ⚠️
pybop/problems/fitting_problem.py 96.15% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #481      +/-   ##
===========================================
- Coverage    99.08%   98.83%   -0.25%     
===========================================
  Files           52       57       +5     
  Lines         3605     3962     +357     
===========================================
+ Hits          3572     3916     +344     
- Misses          33       46      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.