stefanloock / pyshearlab

pyShearLab is a Python toolbox which is based on ShearLab3D written by Rafael Reisenhofer and has been ported to Python by Stefan Loock.
GNU General Public License v3.0
49 stars 15 forks source link

Line 55 in examples/denoising.py #7

Closed unanan closed 6 years ago

unanan commented 6 years ago

I guess it may lose indentation from Line 54 to Line 56. Or I'm wrong....

adler-j commented 6 years ago

I guess you mean this line:https://github.com/stefanloock/pyshearlab/blob/54f7958d572cdc6ba6837e8661665b4f3cbb2152/examples/denoising.py#L56

(You should always link to the line and commit when referencing a line, since they tend to change).

Anyway, it is not a misstake, since j is assigned on the line above. With that said, it's bad style so I made a commit that should make this much more clear!