Open maypink opened 11 months ago
Hello @maypink! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
examples/experiment_analyzer/experiment_analyzer.py
:Line 4:1: F401 'matplotlib.pyplot as plt' imported but unused Line 5:1: F401 'scipy.stats.mannwhitneyu' imported but unused Line 5:1: F401 'scipy.stats.kruskal' imported but unused Line 5:1: F401 'scipy.stats.ttest_ind' imported but unused Line 8:1: F401 'golem.core.paths.project_root' imported but unused
experiments/experiment_analyzer.py
:Line 234:121: E501 line too long (124 > 120 characters) Line 294:121: E501 line too long (121 > 120 characters)
Codecov Report
Attention:
2 lines
in your changes are missing coverage. Please review.Additional details and impacted files
```diff @@ Coverage Diff @@ ## main #246 +/- ## ========================================== - Coverage 71.94% 71.91% -0.03% ========================================== Files 136 136 Lines 8127 8147 +20 ========================================== + Hits 5847 5859 +12 - Misses 2280 2288 +8 ```:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.