1
Fork 0

Fixed missing import in sws_npz

This commit is contained in:
Edgar P. Burkhart 2022-03-03 15:47:31 +01:00
parent 16fea07bee
commit 5b0f05e9ec
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -5,6 +5,8 @@ import logging
import pandas as pd
from .read_swash import *
parser = argparse.ArgumentParser(description="Convert swash output to numpy")
parser.add_argument("-v", "--verbose", action="count", default=0)