CEA-COSMIC / pysap

Python Sparse data Analysis Package
Other
54 stars 24 forks source link

Unified docs for PySAP #174

Closed sfarrens closed 2 years ago

sfarrens commented 2 years ago

Summary

Notes

codecov-commenter commented 2 years ago

Codecov Report

Merging #174 (1235618) into develop (ae34ae4) will increase coverage by 0.03%. The diff coverage is 33.33%.

@@             Coverage Diff             @@
##           develop     #174      +/-   ##
===========================================
+ Coverage    61.88%   61.91%   +0.03%     
===========================================
  Files           30       31       +1     
  Lines         1658     1670      +12     
===========================================
+ Hits          1026     1034       +8     
- Misses         632      636       +4     
Flag Coverage Δ
unittests 61.91% <33.33%> (+0.03%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pysap/base/loaders/mat.py 50.00% <ø> (ø)
pysap/base/observable.py 45.00% <ø> (ø)
pysap/base/transform.py 71.70% <ø> (ø)
pysap/base/utils.py 35.00% <ø> (ø)
pysap/configure.py 27.77% <ø> (ø)
pysap/data.py 69.11% <ø> (ø)
pysap/extensions/formating.py 19.63% <0.00%> (ø)
pysap/extensions/sparse2d.py 100.00% <ø> (ø)
pysap/extensions/tools.py 52.94% <ø> (ø)
pysap/extensions/transform.py 71.10% <ø> (ø)
... and 6 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 b66338f...1235618. Read the comment docs.

paquiteau commented 2 years ago

Hi, great work, the documentation looks awesome !

After a quick browsing I found a few minors details that could be improved:

sfarrens commented 2 years ago

Hi @paquiteau, thanks for the feedback!

paquiteau commented 2 years ago

I guess the look and organization of the documentation is good enough to be merged now (and will unlock #179). If there are any docstrings improvement to be made, it can be deferred to future PRs.