Skip to content

feat: add check for empty dataframes in getFeatureCorrelations

5be1831
Select commit
Loading
Failed to load commit list.
Merged

feat: add analysis functions #92

feat: add check for empty dataframes in getFeatureCorrelations
5be1831
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 17, 2024 in 1s

22.39% of diff hit (target 49.04%)

View this Pull Request on Codecov

22.39% of diff hit (target 49.04%)

Annotations

Check warning on line 46 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L44-L46

Added lines #L44 - L46 were not covered by tests

Check warning on line 56 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 77 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L74-L77

Added lines #L74 - L77 were not covered by tests

Check warning on line 104 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L99-L104

Added lines #L99 - L104 were not covered by tests

Check warning on line 107 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L107

Added line #L107 was not covered by tests

Check warning on line 132 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L127-L132

Added lines #L127 - L132 were not covered by tests

Check warning on line 135 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L135

Added line #L135 was not covered by tests

Check warning on line 138 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L138

Added line #L138 was not covered by tests

Check warning on line 163 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L158-L163

Added lines #L158 - L163 were not covered by tests

Check warning on line 165 in src/readii/analyze/correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/correlation.py#L165

Added line #L165 was not covered by tests

Check warning on line 51 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 53 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L53

Added line #L53 was not covered by tests

Check warning on line 56 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 58 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L58

Added line #L58 was not covered by tests

Check warning on line 62 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L60-L62

Added lines #L60 - L62 were not covered by tests

Check warning on line 64 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L64

Added line #L64 was not covered by tests

Check warning on line 66 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L66

Added line #L66 was not covered by tests

Check warning on line 70 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 73 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L73

Added line #L73 was not covered by tests

Check warning on line 77 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 85 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L82-L85

Added lines #L82 - L85 were not covered by tests

Check warning on line 87 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L87

Added line #L87 was not covered by tests

Check warning on line 90 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 94 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 99 in src/readii/analyze/plot_correlation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/readii/analyze/plot_correlation.py#L98-L99

Added lines #L98 - L99 were not covered by tests