ucl-bug / jaxdf

A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations
GNU Lesser General Public License v3.0
117 stars 7 forks source link

fix: jaxlib in requirements, or actions fail #93

Closed astanziola closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #93 (d1f7fce) into main (15172a5) will increase coverage by 62.12%. The diff coverage is n/a.

@@            Coverage Diff             @@
##            main      #93       +/-   ##
==========================================
+ Coverage   0.53%   62.66%   +62.12%     
==========================================
  Files         12       12               
  Lines        932      932               
==========================================
+ Hits           5      584      +579     
+ Misses       927      348      -579     
Impacted Files Coverage Δ
jaxdf/util.py 20.00% <0.00%> (+20.00%) :arrow_up:
jaxdf/ode.py 26.19% <0.00%> (+26.19%) :arrow_up:
jaxdf/operators/functions.py 37.14% <0.00%> (+37.14%) :arrow_up:
jaxdf/operators/differential.py 47.59% <0.00%> (+47.59%) :arrow_up:
jaxdf/operators/magic.py 67.07% <0.00%> (+67.07%) :arrow_up:
jaxdf/operators/linear_algebra.py 75.00% <0.00%> (+75.00%) :arrow_up:
jaxdf/core.py 78.62% <0.00%> (+75.57%) :arrow_up:
jaxdf/__init__.py 100.00% <0.00%> (+80.00%) :arrow_up:
jaxdf/geometry.py 81.96% <0.00%> (+81.96%) :arrow_up:
jaxdf/discretization.py 82.03% <0.00%> (+82.03%) :arrow_up:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 15172a5...d1f7fce. Read the comment docs.