MetOffice / CATNIP

Climate Analysis Tool: Now In Python
Other
5 stars 2 forks source link

Missing import in visualisation.py #144

Closed nhsavage closed 3 years ago

nhsavage commented 3 years ago

Flake8 shows up this error: visualisation.py:146:28: F821 undefined name 'np'

  1. need to check if this section of code is tested by unit tests. Ideally make a failing test
  2. fix the test failure
  3. remove F821 from the ignored warnings