castelao / CoTeDe

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

Fuzzylogic #60

Closed castelao closed 3 years ago

castelao commented 3 years ago

Updating Fuzzy Logic and preparing for a generic procedure

codecov-io commented 3 years ago

Codecov Report

Merging #60 (3f36884) into master (8b1eebe) will increase coverage by 0.57%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   75.21%   75.78%   +0.57%     
==========================================
  Files          78       80       +2     
  Lines        3437     3535      +98     
==========================================
+ Hits         2585     2679      +94     
- Misses        852      856       +4     
Impacted Files Coverage Δ
tests/qctests/test_qc_morello2014.py 100.00% <ø> (ø)
tests/qctests/compare.py 74.62% <87.09%> (+3.47%) :arrow_up:
cotede/qctests/fuzzylogic.py 90.24% <89.47%> (+19.65%) :arrow_up:
cotede/fuzzy/fuzzy_core.py 100.00% <100.00%> (ø)
cotede/fuzzy/membership_functions.py 100.00% <100.00%> (ø)
cotede/qc.py 81.28% <100.00%> (+0.71%) :arrow_up:
cotede/qctests/__init__.py 100.00% <100.00%> (ø)
cotede/qctests/core.py 95.55% <100.00%> (-0.10%) :arrow_down:
cotede/qctests/morello2014.py 76.92% <100.00%> (-5.77%) :arrow_down:
tests/fuzzy/test_fuzzy_uncertainty.py 100.00% <100.00%> (ø)
... and 9 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 8b1eebe...3f36884. Read the comment docs.