Opened 9 years ago

Closed 2 years ago

#3789 closed defect (fixed)

Missing variables in _info.json file

Reported by: crupp@… Owned by: Martin Sjölund
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 by Francesco Casella, 7 years ago

Milestone: Future1.13.0
Owner: changed from somebody to Martin Sjölund
Priority: highcritical
Status: newassigned

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 by Willi Braun, 6 years ago

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

comment:3 by Francesco Casella, 6 years ago

Milestone: 1.13.01.14.0

Rescheduled to 1.14.0 after 1.13.0 releasee

comment:4 by Francesco Casella, 5 years ago

Milestone: 1.14.01.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 by Francesco Casella, 4 years ago

Milestone: 1.16.01.17.0

Retargeted to 1.17.0 after 1.16.0 release

comment:6 by Francesco Casella, 4 years ago

Milestone: 1.17.01.18.0

Retargeted to 1.18.0 because of 1.17.0 timed release.

comment:7 by Francesco Casella, 3 years ago

Milestone: 1.18.0

Ticket retargeted after milestone closed

comment:8 by Andreas Heuermann, 2 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.