Opened 9 years ago

Closed 2 years ago

#3789 closed defect (fixed)

Missing variables in _info.json file

Reported by: crupp@… Owned by: sjoelund.se
Priority: critical Milestone:
Component: *unknown* Version:
Keywords: Cc:

Description

After building the following:

loadString("
model jsonfile_bug
  parameter Real k=1000;
  parameter Real d=2.847;
  parameter Real dL=-0.1;
  Real L(start=2.8,fixed=true);
  Real T1;
  Real T2;
equation
  der(L)=dL;
  T1=semiLinear(d / L - 1, k, 0);
  T2=semiLinear((d / L) - 2, k, 0);
end jsonfile_bug;
");
getErrorString();

buildModel(jsonfile_bug);

The variable definitions for dL and T2 are missing from the _info.json file.

Change History (8)

comment:1 Changed 7 years ago by casella

  • Milestone changed from Future to 1.13.0
  • Owner changed from somebody to sjoelund.se
  • Priority changed from high to critical
  • Status changed from new to assigned

The problem is still there. Seven equations reported, but only five variables, dL and T2 missing.

@sjolund.se, can you have a look?

comment:2 Changed 6 years ago by wbraun

As far as I see the missing variables are the ones, that are moved to the known variables by the removeSimpleEquation module.

comment:3 Changed 6 years ago by casella

  • Milestone changed from 1.13.0 to 1.14.0

Rescheduled to 1.14.0 after 1.13.0 releasee

comment:4 Changed 5 years ago by casella

  • Milestone changed from 1.14.0 to 1.16.0

Releasing 1.14.0 which is stable and has many improvements w.r.t. 1.13.2. This issue is rescheduled to 1.16.0

comment:5 Changed 4 years ago by casella

  • Milestone changed from 1.16.0 to 1.17.0

Retargeted to 1.17.0 after 1.16.0 release

comment:6 Changed 4 years ago by casella

  • Milestone changed from 1.17.0 to 1.18.0

Retargeted to 1.18.0 because of 1.17.0 timed release.

comment:7 Changed 3 years ago by casella

  • Milestone 1.18.0 deleted

Ticket retargeted after milestone closed

comment:8 Changed 2 years ago by AnHeuermann

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.