avaframe / AvaFrame

https://avaframe.org
European Union Public License 1.2
16 stars 2 forks source link

fix bug in color aimec plot #964

Closed awirb closed 6 months ago

awirb commented 6 months ago
pep8speaks commented 6 months ago

Hello @awirb! Thanks for opening this PR.

Line 1452:35: W292 no newline at end of file Line 1421:1: E303 too many blank lines (3) Line 1375:121: E501 line too long (133 > 120 characters) Line 1375:23: E127 continuation line over-indented for visual indent Line 1374:38: E225 missing whitespace around operator Line 1364:20: E251 unexpected spaces around keyword / parameter equals Line 1312:45: E222 multiple spaces after operator Line 1258:50: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 1069:121: E501 line too long (121 > 120 characters) Line 1069:41: E225 missing whitespace around operator Line 1046:17: E265 block comment should start with '# ' Line 1046:17: E116 unexpected indentation (comment) Line 1040:9: E265 block comment should start with '# ' Line 982:13: E117 over-indented Line 971:17: E117 over-indented Line 970:12: E111 indentation is not a multiple of four Line 878:67: E127 continuation line over-indented for visual indent Line 739:5: E265 block comment should start with '# ' Line 724:74: E225 missing whitespace around operator Line 718:121: E501 line too long (121 > 120 characters) Line 697:121: E501 line too long (121 > 120 characters) Line 695:9: E265 block comment should start with '# ' Line 688:121: E501 line too long (124 > 120 characters) Line 674:121: E501 line too long (123 > 120 characters) Line 666:121: E501 line too long (138 > 120 characters) Line 413:49: E231 missing whitespace after ',' Line 413:47: E231 missing whitespace after ',' Line 385:53: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 369:23: E127 continuation line over-indented for visual indent Line 360:121: E501 line too long (124 > 120 characters) Line 352:121: E501 line too long (122 > 120 characters) Line 337:17: E265 block comment should start with '# ' Line 337:17: E116 unexpected indentation (comment)

Do see the Hitchhiker's guide to code style

codeclimate[bot] commented 6 months ago

Code Climate has analyzed commit 13e4de66 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 0.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 70.9% (0.0% change).

View more on Code Climate.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 73.81%. Comparing base (48085f0) to head (13e4de6).

Files Patch % Lines
avaframe/out3Plot/outAIMEC.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #964 +/- ## ========================================== - Coverage 73.82% 73.81% -0.01% ========================================== Files 66 66 Lines 14853 14854 +1 ========================================== Hits 10965 10965 - Misses 3888 3889 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.