added workdir parameter
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ def read_armadillo(filename: str) -> np.ndarray:
|
||||
|
||||
def main():
|
||||
# Create stack from project file
|
||||
stack = StackFactory.from_file("/home/jens/work/repos/Rbm/test.prj")
|
||||
stack = StackFactory.from_file("/home/jens/work/repos/Rbm/test.prj", work_dir="../../results")
|
||||
|
||||
# Load state
|
||||
stack.state_load()
|
||||
|
||||
Reference in New Issue
Block a user