amusecode / amuse

Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
http://www.amusecode.org
Apache License 2.0
154 stars 98 forks source link

Fix code style in tests #965

Closed rieder closed 1 year ago

rieder commented 1 year ago

Corrections done with

autopep8 --select W293,E251,E111,E114,E117,E201,E202,E203,E211,E221,E222,E225,E227,E228,E231,E251,E261,E262,E265,E271,E272,E30,E502,E701,E703,E711,E714,W291,W292,W293,W391

Changes are to the code style only, making the tests more in line with pep8.