Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional custom input tests #33

Merged
merged 2 commits into from
Jul 16, 2023

feat: improve custom input tests

1990026
Select commit
Loading
Failed to load commit list.
Merged

Additional custom input tests #33

feat: improve custom input tests
1990026
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 16, 2023 in 1s

82.95% of diff hit (target 89.87%)

View this Pull Request on Codecov

82.95% of diff hit (target 89.87%)

Annotations

Check warning on line 73 in gutenTAG/addons/timeeval.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/addons/timeeval.py#L73

Added line #L73 was not covered by tests

Check warning on line 77 in gutenTAG/addons/timeeval.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/addons/timeeval.py#L77

Added line #L77 was not covered by tests

Check warning on line 193 in gutenTAG/addons/timeeval.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/addons/timeeval.py#L193

Added line #L193 was not covered by tests

Check warning on line 197 in gutenTAG/addons/timeeval.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/addons/timeeval.py#L197

Added line #L197 was not covered by tests

Check warning on line 201 in gutenTAG/addons/timeeval.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/addons/timeeval.py#L201

Added line #L201 was not covered by tests

Check warning on line 205 in gutenTAG/addons/timeeval.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/addons/timeeval.py#L205

Added line #L205 was not covered by tests

Check warning on line 92 in gutenTAG/anomalies/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/__init__.py#L92

Added line #L92 was not covered by tests

Check warning on line 28 in gutenTAG/anomalies/types/amplitude.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/amplitude.py#L28

Added line #L28 was not covered by tests

Check warning on line 27 in gutenTAG/anomalies/types/extremum.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/extremum.py#L27

Added line #L27 was not covered by tests

Check warning on line 34 in gutenTAG/anomalies/types/extremum.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/extremum.py#L34

Added line #L34 was not covered by tests

Check warning on line 39 in gutenTAG/anomalies/types/frequency.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/frequency.py#L39

Added line #L39 was not covered by tests

Check warning on line 52 in gutenTAG/anomalies/types/kind.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/kind.py#L52

Added line #L52 was not covered by tests

Check warning on line 24 in gutenTAG/anomalies/types/mean.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/mean.py#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 27 in gutenTAG/anomalies/types/mode_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/mode_correlation.py#L27

Added line #L27 was not covered by tests

Check warning on line 71 in gutenTAG/anomalies/types/pattern.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/pattern.py#L71

Added line #L71 was not covered by tests

Check warning on line 76 in gutenTAG/anomalies/types/pattern.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/pattern.py#L76

Added line #L76 was not covered by tests

Check warning on line 81 in gutenTAG/anomalies/types/pattern.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/pattern.py#L81

Added line #L81 was not covered by tests

Check warning on line 87 in gutenTAG/anomalies/types/pattern.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/pattern.py#L87

Added line #L87 was not covered by tests

Check warning on line 117 in gutenTAG/anomalies/types/pattern.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/pattern.py#L117

Added line #L117 was not covered by tests

Check warning on line 51 in gutenTAG/anomalies/types/pattern_shift.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/pattern_shift.py#L51

Added line #L51 was not covered by tests

Check warning on line 22 in gutenTAG/anomalies/types/platform.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/platform.py#L22

Added line #L22 was not covered by tests

Check warning on line 24 in gutenTAG/anomalies/types/trend.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/trend.py#L24

Added line #L24 was not covered by tests

Check warning on line 22 in gutenTAG/anomalies/types/variance.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/anomalies/types/variance.py#L22

Added line #L22 was not covered by tests

Check warning on line 1 in gutenTAG/api/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/api/__init__.py#L1

Added line #L1 was not covered by tests

Check warning on line 65 in gutenTAG/base_oscillations/cylinder_bell_funnel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

gutenTAG/base_oscillations/cylinder_bell_funnel.py#L65

Added line #L65 was not covered by tests