From 3c0a4f3e83ebb00eee992dcea942379f72179c73 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Fri, 4 Mar 2022 10:33:26 +0100 Subject: [PATCH] Fixed missing numpy import --- swash/processing/sws_npz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/swash/processing/sws_npz.py b/swash/processing/sws_npz.py index 8eb9cd0..0afc796 100644 --- a/swash/processing/sws_npz.py +++ b/swash/processing/sws_npz.py @@ -3,6 +3,7 @@ import configparser import logging import pathlib +import numpy as np import pandas as pd from .read_swash import ReadSwash