Closed j-brendel closed 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.
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.