avaframe / AvaFrame

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

[com4FlowPy]: Calculate iteration with generations #1006

Open PaulaSp3 opened 3 months ago

PaulaSp3 commented 3 months ago

If calcGeneration = True : the iteration of cell - calculation is done per generation (slight differences of results -> see python runStandardTestsCom4FlowPy.py. (1. Step of thalweg calculation)

(the branch is rebased with PS_FP_Parameterisierung and PS_FP_benchmarks)

pep8speaks commented 3 months ago

Hello @PaulaSp3! Thanks for updating this PR.

Line 488:38: W291 trailing whitespace Line 485:13: E265 block comment should start with '# ' Line 484:13: E265 block comment should start with '# ' Line 322:121: E501 line too long (121 > 120 characters) Line 252:5: E722 do not use bare 'except'

Line 580:111: W291 trailing whitespace Line 547:121: E501 line too long (124 > 120 characters) Line 544:121: E501 line too long (124 > 120 characters) Line 525:121: E501 line too long (122 > 120 characters) Line 523:121: E501 line too long (124 > 120 characters) Line 521:121: E501 line too long (124 > 120 characters) Line 518:121: E501 line too long (124 > 120 characters) Line 486:121: E501 line too long (126 > 120 characters) Line 197:105: W291 trailing whitespace Line 195:69: E225 missing whitespace around operator Line 195:38: E225 missing whitespace around operator

Line 126:32: W292 no newline at end of file Line 126:12: E111 indentation is not a multiple of four Line 34:121: E501 line too long (148 > 120 characters)

Comment last updated at 2024-09-16 09:47:10 UTC
codeclimate[bot] commented 1 month ago

Code Climate has analyzed commit 6b4bbc38 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 69.3% (-0.2% change).

View more on Code Climate.