avaframe / AvaFrame

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

Add aimec summary fig [out3] #1011

Closed awirb closed 1 month ago

pep8speaks commented 2 months ago

Hello @awirb! Thanks for updating this PR.

Line 1705:49: W292 no newline at end of file Line 1698:9: E231 missing whitespace after ',' Line 1685:44: E241 multiple spaces after ',' Line 1684:39: E241 multiple spaces after ',' Line 1683:39: E241 multiple spaces after ',' Line 1638:78: E127 continuation line over-indented for visual indent Line 1627:34: E231 missing whitespace after ':' Line 1606:52: E231 missing whitespace after ',' Line 1579:121: E501 line too long (145 > 120 characters) Line 1566:52: E231 missing whitespace after ',' Line 1550:111: E203 whitespace before ',' Line 1513:121: E501 line too long (149 > 120 characters) Line 1513:22: E127 continuation line over-indented for visual indent Line 1512:121: E501 line too long (126 > 120 characters) 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)

Line 76:77: W292 no newline at end of file Line 62:57: E712 comparison to False should be 'if cond is False:' or 'if not cond:'

Line 464:74: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 458:121: E501 line too long (123 > 120 characters) Line 361:50: E231 missing whitespace after ',' Line 305:36: E231 missing whitespace after ',' Line 304:37: E231 missing whitespace after ',' Line 299:23: E231 missing whitespace after ',' Line 204:121: E501 line too long (122 > 120 characters) Line 203:121: E501 line too long (129 > 120 characters) Line 98:121: E501 line too long (124 > 120 characters)

Comment last updated at 2024-08-20 12:56:35 UTC
codeclimate[bot] commented 2 months ago

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

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

This pull request will bring the total coverage in the repository to 69.8% (-0.1% change).

View more on Code Climate.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 2.94118% with 33 lines in your changes missing coverage. Please review.

Project coverage is 73.65%. Comparing base (eea271a) to head (ac30536). Report is 29 commits behind head on master.

Files Patch % Lines
avaframe/out3Plot/outAIMEC.py 2.94% 33 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1011 +/- ## ========================================== - Coverage 73.82% 73.65% -0.18% ========================================== Files 66 66 Lines 14916 15329 +413 ========================================== + Hits 11012 11290 +278 - Misses 3904 4039 +135 ```

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