Black reformat + favor non gzip pickle
This commit is contained in:
parent
ec5a503c63
commit
47bf31fb3a
4 changed files with 36 additions and 19 deletions
|
|
@ -22,7 +22,7 @@ log = logging.getLogger("sws_ola")
|
|||
log.info("Starting sws -> olaFlow converter")
|
||||
config = configparser.ConfigParser()
|
||||
config.read(args.config)
|
||||
level = config.getfloat("bathy", "level", fallback=0.)
|
||||
level = config.getfloat("bathy", "level", fallback=0.0)
|
||||
|
||||
sws_out = pathlib.Path(config.get("swash", "np_out"))
|
||||
|
||||
|
|
|
|||
Reference in a new issue