Closed dvezinet closed 5 months ago
Hello @dvezinet! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
tofu/data/_class02_sample.py
:Line 349:12: E225 missing whitespace around operator Line 627:37: W292 no newline at end of file
tofu/data/_class02_tangency_radius.py
:Line 219:5: E303 too many blank lines (2) Line 451:27: W292 no newline at end of file
tofu/data/_class08_interpolate_along_los.py
:Line 639:30: E225 missing whitespace around operator Line 640:11: E271 multiple spaces after keyword Line 673:5: E303 too many blank lines (2) Line 817:18: W292 no newline at end of file
tofu/data/_class2_plot.py
:Line 289:6: W292 no newline at end of file
tofu/data/_class8_compute_signal.py
:Line 687:80: E501 line too long (89 > 79 characters) Line 765:80: E501 line too long (80 > 79 characters)
tofu/data/_class8_los_data.py
:Line 254:16: W292 no newline at end of file
Main changes:
interpolate_along_los()
Issues:
Fixes, in devel, issue #942