﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5848	OMSens only detects topmost parameters of models	John Tinnerholm	John Tinnerholm	"Consider the following model:
{{{
model tests

model supertest
  Real y;
  parameter Real z = 1;
equation
  y = time * time;
end supertest;

model test 
extends supertest;
  Real x;
equation
  x = time * z;
end test;

end tests;

}}}

The recently added OMSens plugin is capable of performing sensitivity analysis on the super test. However, it is not able to detect variables and parameters that the sub-model inherits from supertest. Requiring end-users to define wrapper variables if they want to perturb specific variables a model has inherited. 

(Note I did not find a tag for this)"	discussion	closed	normal	1.16.0	OMSens		fixed	OMSens,OMEdit	
