Missing import in visualisation.py
Closed this issue · 0 comments
nhsavage commented
Flake8 shows up this error: visualisation.py:146:28: F821 undefined name 'np'
- need to check if this section of code is tested by unit tests. Ideally make a failing test
- fix the test failure
- remove F821 from the ignored warnings