Closed willdumm closed 2 months ago
This PR should fix #131 by creating parent directories as necessary before attempting to render to the provided filename. It also replaces os file handling with pathlib.Path in branching_processes.py.
os
pathlib.Path
branching_processes.py
This PR should fix #131 by creating parent directories as necessary before attempting to render to the provided filename. It also replaces
os
file handling withpathlib.Path
inbranching_processes.py
.