avaframe / AvaFrame

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

add runscript for prob analysis for existing sims within ava directory [ana4; in3] #955

Closed awirb closed 9 months ago

pep8speaks commented 9 months ago

Hello @awirb! Thanks for updating this PR.

Line 824:121: E501 line too long (127 > 120 characters) Line 799:121: E501 line too long (129 > 120 characters) Line 726:44: E231 missing whitespace after ',' Line 726:25: E231 missing whitespace after ',' Line 692:121: E501 line too long (135 > 120 characters) Line 691:121: E501 line too long (167 > 120 characters) Line 687:46: E231 missing whitespace after ',' Line 686:46: E231 missing whitespace after ',' Line 681:46: E231 missing whitespace after ',' Line 680:46: E231 missing whitespace after ',' Line 627:121: E501 line too long (127 > 120 characters) Line 602:37: E201 whitespace after '(' Line 560:121: E501 line too long (125 > 120 characters) Line 558:121: E501 line too long (150 > 120 characters) Line 558:10: E117 over-indented Line 558:10: E111 indentation is not a multiple of four Line 471:121: E501 line too long (128 > 120 characters) Line 400:121: E501 line too long (121 > 120 characters) Line 316:80: E231 missing whitespace after ',' Line 233:34: E241 multiple spaces after ':' Line 229:11: E271 multiple spaces after keyword Line 199:33: E221 multiple spaces before operator Line 188:121: E501 line too long (130 > 120 characters) Line 188:47: E127 continuation line over-indented for visual indent

Line 734:1: E302 expected 2 blank lines, found 1 Line 627:50: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 313:37: E231 missing whitespace after ',' Line 136:1: E302 expected 2 blank lines, found 1 Line 91:38: E712 comparison to False should be 'if cond is False:' or 'if not cond:'

Line 118:9: E116 unexpected indentation (comment) Line 117:9: E116 unexpected indentation (comment) Line 116:9: E116 unexpected indentation (comment) Line 115:9: E116 unexpected indentation (comment) Line 98:9: E303 too many blank lines (2)

Comment last updated at 2024-01-22 11:06:17 UTC
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3fbde2d) 73.92% compared to head (a56b70d) 73.92%. Report is 1 commits behind head on master.

:exclamation: Current head a56b70d differs from pull request most recent head df03776. Consider uploading reports for the commit df03776 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #955 +/- ## ======================================= Coverage 73.92% 73.92% ======================================= Files 64 64 Lines 14675 14675 ======================================= Hits 10848 10848 Misses 3827 3827 ```

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

fso42 commented 9 months ago

Standardtests ok

codeclimate[bot] commented 9 months ago

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

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

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

View more on Code Climate.