rl-institut / smooth

Simulation framework for non-linear state-dependant energy systems
Other
6 stars 7 forks source link

correct small flake8 issues #227

Closed j-brendel closed 3 years ago

j-brendel commented 3 years ago

flake8 smooth tests doc/source *.py found some errors. I fixed all of them but one, which seems a false error: smooth\framework\functions\save_important_parameters.py:119:35: E741 ambiguous variable name 'l' l in this case is a keyword argument and can't be altered. grafik

stefansc1 commented 3 years ago

Why do you need the double hashtag in example_model_trailer? A single one would do the job as well. Regarding the l in save_important_parameters, this has been bugging me as well. I'm waiting for Laura to remove this file. Seaborn isn't even in the requirements anymore.