tum-pbs / PhiFlow

A differentiable PDE solving framework for machine learning
MIT License
1.43k stars 192 forks source link

2.1.1 #54

Closed holl- closed 2 years ago

holl- commented 2 years ago

This is a bug fix release.

codecov-commenter commented 2 years ago

Codecov Report

Merging #54 (b57f018) into master (2b4eb82) will increase coverage by 0.16%. The diff coverage is 83.57%.

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   87.14%   87.31%   +0.16%     
==========================================
  Files         108      108              
  Lines       14495    14618     +123     
==========================================
+ Hits        12632    12763     +131     
+ Misses       1863     1855       -8     
Impacted Files Coverage Δ
phi/geom/_box.py 86.71% <ø> (ø)
phi/tf/__init__.py 77.77% <0.00%> (ø)
phi/vis/_matplotlib/_matplotlib_plots.py 55.12% <0.00%> (-0.24%) :arrow_down:
phi/vis/_plot_util.py 22.22% <21.42%> (+2.22%) :arrow_up:
phi/vis/_dash/_plotly_plots.py 72.90% <23.07%> (-3.25%) :arrow_down:
phi/math/_tensors.py 86.26% <62.50%> (-0.16%) :arrow_down:
phi/math/_functional.py 88.38% <90.00%> (-0.09%) :arrow_down:
phi/torch/_torch_backend.py 91.89% <93.69%> (-0.23%) :arrow_down:
demos/smoke_plume.py 100.00% <100.00%> (ø)
phi/jax/_jax_backend.py 92.71% <100.00%> (+0.04%) :arrow_up:
... and 17 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more