MathEXLab / PySPOD

A Python package for spectral proper orthogonal decomposition (SPOD).
https://mathexlab.github.io/PySPOD/
MIT License
97 stars 29 forks source link

Two-phase I/O #32

Closed mrogowski closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #32 (35d71c6) into main (5807e71) will decrease coverage by 4.57%. The diff coverage is 64.75%.

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
- Coverage   81.21%   76.64%   -4.57%     
==========================================
  Files          14       16       +2     
  Lines        2731     3533     +802     
  Branches      372      554     +182     
==========================================
+ Hits         2218     2708     +490     
- Misses        382      667     +285     
- Partials      131      158      +27     
Impacted Files Coverage Δ
pyspod/pod/base.py 86.07% <0.00%> (ø)
pyspod/utils/weights.py 84.28% <ø> (ø)
pyspod/utils/reader.py 55.42% <55.42%> (ø)
pyspod/spod/base.py 76.21% <58.52%> (-9.25%) :arrow_down:
pyspod/utils/postproc.py 79.52% <58.53%> (-1.25%) :arrow_down:
pyspod/spod/standard.py 97.78% <97.28%> (-1.46%) :arrow_down:
pyspod/spod/streaming.py 94.21% <100.00%> (+0.09%) :arrow_up:
pyspod/utils/parallel.py 78.35% <100.00%> (ø)

... and 1 file with indirect coverage changes