Fixed missing import in sws_npz
This commit is contained in:
parent
16fea07bee
commit
5b0f05e9ec
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ import logging
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
|
from .read_swash import *
|
||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description="Convert swash output to numpy")
|
parser = argparse.ArgumentParser(description="Convert swash output to numpy")
|
||||||
parser.add_argument("-v", "--verbose", action="count", default=0)
|
parser.add_argument("-v", "--verbose", action="count", default=0)
|
||||||
|
|
|
||||||
Reference in a new issue