aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
60 stars 7 forks source link

Learning policy fix #246

Open maypink opened 10 months ago

codecov-commenter commented 9 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (46b53a4) 71.94% compared to head (66f3014) 71.91%. Report is 2 commits behind head on main.

Files Patch % Lines
...misers/adaptive/mab_agents/contextual_mab_agent.py 0.00% 2 Missing :warning:
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.

pep8speaks commented 9 months ago

Hello @maypink! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

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

Line 234:121: E501 line too long (124 > 120 characters) Line 294:121: E501 line too long (121 > 120 characters)

Comment last updated at 2023-12-17 15:46:53 UTC