Opened 6 years ago
Closed 5 years ago
#5241 closed defect (fixed)
Issue with ExpressionSimplify.evalCat in the NF
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | blocker | Milestone: | 1.16.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
Please check PowerSystems.Examples.AC1ph_DC.Elementary.DoublelLine. The following error is reported:
[OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1654:7-1654:180:writable] Error: Internal error ExpressionSimplify.evalCat: cat got uneven dimensions for dim=1 {{lineF.i[1, 1] - lineF.i[1, 2]}, {lineF.i[2, 1] - lineF.i[2, 2]}}, {{lineF.i[1, 2] - lineF.i[1, 3] - lineF.iF_p[1, 1], lineF.i[1, 3] - lineF.i[1, 4] - lineF.iF_p[1, 2]}, {lineF.i[2, 2] - lineF.i[2, 3] - lineF.iF_p[2, 1], lineF.i[2, 3] - lineF.i[2, 4] - lineF.iF_p[2, 2]}}, {}
The model works fine with the old FE.
Change History (4)
comment:1 by , 6 years ago
Component: | *unknown* → New Instantiation |
---|---|
Milestone: | Future → 2.0.0 |
Owner: | changed from | to
comment:2 by , 6 years ago
Priority: | high → blocker |
---|
follow-up: 4 comment:3 by , 5 years ago
Milestone: | 2.0.0 → 1.16.0 |
---|
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This issue has been fixed in the meantime, the model runs fine.