﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6283	uncertain attribute not handled in New-FrontEnd which is needed for data Reconciliation	arunkumar palanisamy	Per Östlund	"Currently {{{ -d=newInst}}} is the default enabled for all tests, And data Reconciliation tests does not work with the
new FrontEnd because of {{{uncertain}}} attribute not handled in the model. The {{{uncertain}}} attribute defined in the model is used to identify the variables of interest and run the extraction algorithm. 

An example of such problem 


{{{
model Pipe1 ""OK""
    Real p annotation(__OpenModelica_BoundaryCondition = true);
    Real Q1(uncertain=Uncertainty.refine);
    Real Q2(uncertain=Uncertainty.refine);
equation
    p=2;
    Q1 = Q2;
    Q1 = p;
end Pipe1;

}}}


"	defect	closed	blocker	1.17.0	New Instantiation	1.16.0	fixed		
