Closed Peter9192 closed 3 years ago
According to pymt, you should be able to do
cfg_file, cfg_dir = model.setup(...) model.initialize(cfg_file)
This currently doesn't work as setup return a Path, whereas initialize expects a str. I think we should make setup return a str.
setup
initialize
steup should get cfg_dir as a string too.
cfg_dir
According to pymt, you should be able to do
This currently doesn't work as
setup
return a Path, whereasinitialize
expects a str. I think we should makesetup
return a str.