Replies: 1 comment 4 replies
-
The best work around for now, since we may not be able to look into this right away, is to save the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running some simulations. To save time required for extracting the network every time I run a simulation I tried saving the project with
ws.save_project(proj)
which creates the desired .pnm file with the project name.
When I later try to open the same, I get some error. I could use the same functions in the earlier versions of openpnm. Now, I get error when I use
load_project('myproject')
the details of which I have provided below
All my scripts and files are inside the same directory. There is no issue when I export files to VTK format. While saving an object, project, or workspace I get no error message. Could you please help solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions