You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all,
trying to run some Matpower large cases such as case21k I get the error: ERROR: AssertionError: occursin(".", matrix_assignment).
I tried to check out the latest code in PowerModels git repo, and repeated the process (include("PowerModels.jl", etc) until I got again a more detailed error:
[warn | InfrastructureModels]: assignments are expected to be made to "mpc" but given: ijs = [
ERROR: AssertionError: occursin(".", matrix_assignment)
This looks like a bug in the parser. I need an exact file name for the data file from the Matpower distribution for testing. I do not see a 21k case. The closest matches I can find are case_ACTIVSg25k.m, which has no issues parsing in PowerModels.
I presume this case came from some where online, point me to that place where I can download it.
No unfortunately this is not the case. I got it from somebody else. It is many years ago and there are also other large case cases. I just noticed one can also upload files right here. I have uploaded it as an attachment. case21k.zip
Dear all,
trying to run some Matpower large cases such as case21k I get the error:
ERROR: AssertionError: occursin(".", matrix_assignment)
.I tried to check out the latest code in PowerModels git repo, and repeated the process (include("PowerModels.jl", etc) until I got again a more detailed error:
[warn | InfrastructureModels]: assignments are expected to be made to "mpc" but given: ijs = [
ERROR: AssertionError: occursin(".", matrix_assignment)
Any ideas? Do you need the case file to debug?
The text was updated successfully, but these errors were encountered: