adtzlr / matadi

Material Definition with Automatic Differentiation
GNU General Public License v3.0
21 stars 2 forks source link

Add model microsphere #29

Closed adtzlr closed 2 years ago

adtzlr commented 2 years ago

see #28

codecov-commenter commented 2 years ago

Codecov Report

Merging #29 (e2d1479) into main (06cf6a2) will decrease coverage by 0.18%. The diff coverage is 96.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
- Coverage   99.73%   99.54%   -0.19%     
==========================================
  Files          11       19       +8     
  Lines         381      443      +62     
==========================================
+ Hits          380      441      +61     
- Misses          1        2       +1     
Impacted Files Coverage Δ
matadi/__about__.py 0.00% <0.00%> (ø)
matadi/_lab.py 100.00% <ø> (ø)
matadi/models/microsphere/_chain.py 80.00% <80.00%> (ø)
matadi/models/__init__.py 100.00% <100.00%> (ø)
matadi/models/microsphere/__init__.py 100.00% <100.00%> (ø)
matadi/models/microsphere/affine/__init__.py 100.00% <100.00%> (ø)
matadi/models/microsphere/affine/_models.py 100.00% <100.00%> (ø)
matadi/models/microsphere/nonaffine/__init__.py 100.00% <100.00%> (ø)
matadi/models/microsphere/nonaffine/_models.py 100.00% <100.00%> (ø)
matadi/models/microsphere/quadrature/__init__.py 100.00% <100.00%> (ø)
... and 1 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 06cf6a2...e2d1479. Read the comment docs.

adtzlr commented 2 years ago

fixes #28