| | 564 | == Checking the wrapper == |
| | 565 | |
| | 566 | The ''test_ScilabWrapper.py'' script should give: |
| | 567 | {{{ |
| | 568 | python test_ScilabWrapper.py |
| | 569 | Welcome to OpenTURNS version 0.13.1 |
| | 570 | USR - (func_createState_call_scilab) My message is here |
| | 571 | f = class=NumericalMathFunction name=ScilabWrapper implementation=class=NumericalMathFunctionImplementation name=ScilabWrapper description=[R,F,G] evaluationImplementation=class=ComputedNumericalMathEvaluationImplementation name=ScilabWrapper gradientImplementation=class=CenteredFiniteDifferenceGradient name=Unnamed epsilon=class=NumericalPoint name=Unnamed dimension=2 implementation=class=NumericalPointImplementation name=Unnamed dimension=2 values=[0.00316228,0.00316228] evaluation=class=ComputedNumericalMathEvaluationImplementation name=ScilabWrapper hessianImplementation=class=CenteredFiniteDifferenceHessian name=Unnamed epsilon=class=NumericalPoint name=Unnamed dimension=2 implementation=class=NumericalPointImplementation name=Unnamed dimension=2 values=[0.01,0.01] evaluation=class=ComputedNumericalMathEvaluationImplementation name=ScilabWrapper |
| | 572 | inP = [10,20] |
| | 573 | outP = [9.93634] |
| | 574 | }}} |
| | 575 | |