MTHM008 / group-exercise-nahum-jonah-oshin

group-exercise-nahum-jonah-oshin created by GitHub Classroom
0 stars 0 forks source link

Flake8 test #9

Open Jdh235 opened 10 months ago

Jdh235 commented 10 months ago

Flake8 test failed:

'''./source/models.py:3:1: E302 expected 2 blank lines, found 1 ./source/models.py:5:19: E231 missing whitespace after ',' ./source/models.py:7:1: E302 expected 2 blank lines, found 1 ./source/models.py:9:40: E225 missing whitespace around operator ./source/timestepping.py:3:1: E302 expected 2 blank lines, found 1 ./source/timestepping.py:8:1: E302 expected 2 blank lines, found 1 ./tests/test_SIR.py:2:1: F403 'from source.timestepping import *' used; unable to detect undefined names ./tests/test_SIR.py:13:12: F405 'timeloop' may be undefined, or defined from star imports: source.timestepping ./tests/test_SIR.py:13:21: F405 'forward_euler' may be undefined, or defined from star imports: source.timestepping ./tests/test_SIR.py:20:15: E231 missing whitespace after ','

OshinT commented 10 months ago

Resolved flake8 tests on timestepping.py :

./source/timestepping.py:3:1: E302 expected 2 blank lines, found 1 ./source/timestepping.py:8:1: E302 expected 2 blank lines, found 1