avaframe / AvaFrame

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

add option to use discrete colorbar [out3] #961

Closed awirb closed 8 months ago

awirb commented 8 months ago

add categorical option and use runoutpoints and cross max lines same colormap

pep8speaks commented 8 months ago

Hello @awirb! Thanks for updating this PR.

Line 1451:35: W292 no newline at end of file Line 1420:1: E303 too many blank lines (3) Line 1374:121: E501 line too long (133 > 120 characters) Line 1374:23: E127 continuation line over-indented for visual indent Line 1373:38: E225 missing whitespace around operator Line 1363:20: E251 unexpected spaces around keyword / parameter equals Line 1311:45: E222 multiple spaces after operator Line 1257:50: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 1068:121: E501 line too long (121 > 120 characters) Line 1068:41: E225 missing whitespace around operator Line 1045:17: E265 block comment should start with '# ' Line 1045:17: E116 unexpected indentation (comment) Line 1039:9: E265 block comment should start with '# ' Line 981:13: E117 over-indented Line 970:17: E117 over-indented Line 969:12: E111 indentation is not a multiple of four Line 877:67: E127 continuation line over-indented for visual indent Line 738:5: E265 block comment should start with '# ' Line 723:74: E225 missing whitespace around operator Line 717:121: E501 line too long (121 > 120 characters) Line 696:121: E501 line too long (121 > 120 characters) Line 694:9: E265 block comment should start with '# ' Line 687:121: E501 line too long (124 > 120 characters) Line 673:121: E501 line too long (123 > 120 characters) Line 665:121: E501 line too long (138 > 120 characters) Line 412:49: E231 missing whitespace after ',' Line 412:47: E231 missing whitespace after ',' Line 384:53: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 368:23: E127 continuation line over-indented for visual indent Line 359:121: E501 line too long (124 > 120 characters) Line 351:121: E501 line too long (122 > 120 characters) Line 336:17: E265 block comment should start with '# ' Line 336:17: E116 unexpected indentation (comment)

Comment last updated at 2024-02-22 08:42:26 UTC
codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (5962b0d) 73.88% compared to head (0c8e4a6) 73.82%.

Files Patch % Lines
avaframe/out3Plot/outAIMEC.py 36.66% 19 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #961 +/- ## ========================================== - Coverage 73.88% 73.82% -0.07% ========================================== Files 66 66 Lines 14839 14853 +14 ========================================== + Hits 10964 10965 +1 - Misses 3875 3888 +13 ```

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

codeclimate[bot] commented 8 months ago

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

The test coverage on the diff in this pull request is 36.6% (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.