added workdir parameter

This commit is contained in:
2025-12-17 13:46:46 +01:00
parent 2c2625c778
commit 4d05a59d0b
5 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -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()