rdemaria / pysixtrack

Reference sixtrack tracking engine in pure python
Apache License 2.0
1 stars 12 forks source link

Load from MAD-X (with beam beam setup) #22

Closed giadarol closed 5 years ago

pep8speaks commented 5 years ago

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

Line 90:80: E501 line too long (85 > 79 characters)

Line 41:80: E501 line too long (95 > 79 characters)

Line 128:24: E712 comparison to False should be 'if cond is False:' or 'if not cond:'

Comment last updated at 2019-06-23 21:46:16 UTC