avaframe / AvaFrame

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

use returned array in probAna [ana4] #1021

Closed awirb closed 1 month ago

awirb commented 1 month ago
pep8speaks commented 1 month ago

Hello @awirb! Thanks for opening this PR.

Line 819:121: E501 line too long (129 > 120 characters) Line 712:121: E501 line too long (135 > 120 characters) Line 711:121: E501 line too long (167 > 120 characters) Line 647:121: E501 line too long (127 > 120 characters) Line 482:121: E501 line too long (128 > 120 characters) Line 418:121: E501 line too long (125 > 120 characters) Line 409:121: E501 line too long (121 > 120 characters) Line 397:68: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 333:121: E501 line too long (125 > 120 characters) Line 188:121: E501 line too long (135 > 120 characters)

Do see the Hitchhiker's guide to code style

codeclimate[bot] commented 1 month ago

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

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

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

View more on Code Climate.