TimeEval / GutenTAG

GutenTAG is an extensible tool to generate time series datasets with and without anomalies; integrated with TimeEval.
MIT License
71 stars 13 forks source link

Creepy changed to creeping (cont.) #18

Closed CodeLionX closed 1 year ago

CodeLionX commented 1 year ago

Renamed creep anomalies to creeping anomalies within the code base and documentation.

Basically #17 with the last remaining issues fixed (see 5453693c8ad6d575e0dc01906b1554f8d26d296d). Our thanks go to @redcore0 for most of the work.


Closes #17 (those changes are included) Fixes #15

codecov[bot] commented 1 year ago

Codecov Report

Merging #18 (29a6c9a) into main (445f6a9) will decrease coverage by 0.18%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
- Coverage   89.57%   89.40%   -0.18%     
==========================================
  Files          52       52              
  Lines        2033     2000      -33     
==========================================
- Hits         1821     1788      -33     
  Misses        212      212              
Flag Coverage Δ
unittests 89.40% <100.00%> (-0.18%) :arrow_down:

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

Impacted Files Coverage Δ
gutenTAG/config/parser.py 93.54% <ø> (-0.14%) :arrow_down:
gutenTAG/utils/default_values.py 100.00% <ø> (ø)
gutenTAG/_version.py 100.00% <100.00%> (ø)
gutenTAG/anomalies/__init__.py 97.43% <100.00%> (-0.07%) :arrow_down:
gutenTAG/anomalies/types/__init__.py 95.83% <100.00%> (-0.25%) :arrow_down:
gutenTAG/anomalies/types/amplitude.py 95.00% <100.00%> (-0.13%) :arrow_down:
gutenTAG/anomalies/types/mean.py 92.59% <100.00%> (-0.27%) :arrow_down:
gutenTAG/anomalies/types/variance.py 96.66% <100.00%> (-0.11%) :arrow_down:
gutenTAG/utils/global_variables.py 100.00% <100.00%> (ø)
gutenTAG/gutenTAG.py 70.67% <0.00%> (-0.65%) :arrow_down:
... and 18 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more