Changed output directories
This commit is contained in:
parent
588318e4ce
commit
420b9cfd4f
5 changed files with 6 additions and 9 deletions
|
@ -12,7 +12,7 @@ from .read_swash import *
|
|||
config = configparser.ConfigParser()
|
||||
config.read("config.ini")
|
||||
|
||||
cache = pathlib.Path(config.get("out", "root"))
|
||||
cache = pathlib.Path(config.get("data", "out"))
|
||||
root = pathlib.Path(config.get("swash", "out"))
|
||||
|
||||
bathy = pd.read_hdf(cache.joinpath("bathy.h5"), "bathy")
|
||||
|
|
Reference in a new issue