-
-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading simulations #960
Comments
yeah I get the same. looks like #792 is related. also note that if you try to save after plotting you get
might be worth fixing this too (presumably you can just remove all the plot stuff before saving) |
Yeah I get this issue too. Also get it if trying to save a simulation where one of the parameter functions has been defined locally. |
It looks like the problem is that the path to a particular function (e.g. graphite_diffusivity_Kim2011) is not added to the sys path by default. Some possible workarounds:
@martinjrobins @tlestang any ideas? |
@tlestang Are you working on this issue? Can I work on this |
No I'm not, feel free to work on this |
When loading a simulation using
sim.load("something.p")
I get the error:But if I add the lines:
before loading the simulation, it loads and works fine.
Can anyone else can reproduce this? Might just be an issue with my own python setup.
The text was updated successfully, but these errors were encountered: