castelao / CoTeDe

Quality Control of Oceanographic Data
https://cotede.readthedocs.io
BSD 3-Clause "New" or "Revised" License
48 stars 17 forks source link

Custom fuzzy shapes #63

Closed castelao closed 3 years ago

castelao commented 3 years ago

Memberships are now explicitly defined, which allows custom setup.

Also updated the default fuzzy logic parameters.

codecov-io commented 3 years ago

Codecov Report

Merging #63 (fd91364) into master (639d3f9) will increase coverage by 0.63%. The diff coverage is 90.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   76.05%   76.69%   +0.63%     
==========================================
  Files          80       80              
  Lines        3550     3660     +110     
==========================================
+ Hits         2700     2807     +107     
- Misses        850      853       +3     
Impacted Files Coverage Δ
cotede/qctests/morello2014.py 76.92% <ø> (ø)
tests/fuzzy/test_fuzzyfy.py 100.00% <ø> (ø)
tests/qctests/test_qc_fuzzylogic.py 87.87% <86.20%> (-12.13%) :arrow_down:
cotede/utils/config.py 86.89% <87.50%> (-0.06%) :arrow_down:
cotede/fuzzy/fuzzy_core.py 100.00% <100.00%> (ø)
tests/fuzzy/test_fuzzy_uncertainty.py 100.00% <100.00%> (ø)
tests/qctests/test_qc_morello2014.py 100.00% <100.00%> (ø)
tests/test_load_cfg.py 96.15% <100.00%> (+0.76%) :arrow_up:
cotede/qc.py 83.85% <0.00%> (-1.21%) :arrow_down:
tests/qctests/test_qc_density_inversion.py 59.37% <0.00%> (+14.37%) :arrow_up:
... 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 639d3f9...fd91364. Read the comment docs.