lettucecfd / lettuce

Computational Fluid Dynamics based on PyTorch and the Lattice Boltzmann Method
MIT License
223 stars 39 forks source link

Fix order of operations and velocity in forcing scheme #114

Closed Olllom closed 2 years ago

Olllom commented 2 years ago

Follow-up PR to #104 with fixed tests. See discussion in there.

pep8speaks commented 2 years ago

Hello @Olllom! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 70:80: E501 line too long (119 > 79 characters) Line 74:80: E501 line too long (106 > 79 characters)