isort + black reformat
This commit is contained in:
parent
cf54c91fa8
commit
81f7a1299b
7 changed files with 32 additions and 41 deletions
|
@ -24,6 +24,7 @@ root = pathlib.Path(config.get("swash", "out"))
|
|||
out = pathlib.Path(config.get("plot", "out"))
|
||||
out.mkdir(exist_ok=True)
|
||||
|
||||
|
||||
def data(var):
|
||||
return np.load(inp.joinpath(f"{var}.npy"))
|
||||
|
||||
|
|
Reference in a new issue