Ticket #205 (closed defect: fixed)

Opened 17 months ago

Last modified 16 months ago

The getDescription() method of the ComputedNumericalMathEvaluation class only returns the description of the input variables

Reported by: regis.lebrun@… Owned by: lapointe@…
Priority: major Milestone: openturns-0.13.1
Component: library Version: 0.13.0
Keywords: ComputedNumericalMathEvaluation Cc:

Description

Depending on the wrapper description (i.e. the XML file), one gets a NumericalMathFunction which description can contain either the description of the input and output variables (such as poutre.xml) or the description of the input variables only (such as wrapper.xml). It is mandatory for a NumericalMathFunction to provide the description of both the input and the output variables in order for the composition mechanism to work.

Change History

comment:1 Changed 17 months ago by regis.lebrun@…

  • status changed from new to closed
  • resolution set to fixed

I fixed the bug in my branch, by checking if the description found in the XML file corresponds to the full description of the variables, to the description of the input variables only in which case a generic name is given to the output variables, or if there is a real mess in the XML file.

Régis LEBRUN

comment:2 Changed 16 months ago by dutka

  • milestone changed from not defined to openturns-0.13.1
Note: See TracTickets for help on using tickets.