Opened 5 years ago

Closed 4 years ago

#5241 closed defect (fixed)

Issue with ExpressionSimplify.evalCat in the NF

Reported by: casella Owned by: perost
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 Changed 5 years ago by casella

  • Component changed from *unknown* to New Instantiation
  • Milestone changed from Future to 2.0.0
  • Owner changed from somebody to perost

comment:2 Changed 5 years ago by casella

  • Priority changed from high to blocker

comment:3 follow-up: Changed 4 years ago by casella

  • Milestone changed from 2.0.0 to 1.16.0

This issue has been fixed in the meantime, the model runs fine.

comment:4 in reply to: ↑ 3 Changed 4 years ago by perost

  • Resolution set to fixed
  • Status changed from new to closed

Replying to casella:

This issue has been fixed in the meantime, the model runs fine.

Yes, it was fixed in 192dc96, I forgot to update the ticket.

Note: See TracTickets for help on using tickets.