-
Notifications
You must be signed in to change notification settings - Fork 4
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
example script: MethodError: no method matching fieldnames(::PSA.network_mutable) #3
Comments
FYI, I am just working through upgrading the code to Julia v1.5+ and create a PR for it. |
hey @fleimgruber, thanks for your input. As you probably noticed, the repo is kind of out-of-date. Since pypsa allows to perform the lopf withtout pyomo, the solving process is very fast and the relative advantages of the julia code vanished. But we are still happy for any contribution. |
@FabianHofmann thanks for checking back. I read up on the reasons and motivation for PSA.jl and the Please see also #4. |
I just noticed #2. Was there any progress on it? It looks like a good roadmap, but development on https://github.com/PyPSA/EnergyModels.jl has also ceased it seems. |
Given this example script (modified for local development)
and using Julia 1.5.1 I see this traceback:
I am not sure whether this is due to changes in Julia internals (Julia 1.0 was released August 8th 2018, the latest commit on master is from June 15th 2018) or due to changes in PyPSA CSV file format. @nworbmot could you please give me a quick heads up on where you suspect the root cause, I would then try to work it out.
The text was updated successfully, but these errors were encountered: