Salome HOME
Adding UnscentedKalmanFilter algorithm
[modules/adao.git] / src / tests / daSalome / test017.comm.in
index 2a56c7d24ae04431f2abf14463d7e98b12f137a9..4d6c9345b73e3db3222671f951d826656a2264c1 100644 (file)
@@ -30,8 +30,8 @@ dimension = 300
 precision = 1.e-10
 xt = numpy.matrix(numpy.arange(dimension)).T
 xb = Study.getBackground()
-xa = numpy.array(ADD.get("Analysis").valueserie(0))
-d  = numpy.array(ADD.get("Innovation").valueserie(0))
+xa = numpy.array(ADD.get("Analysis")[0])
+d  = numpy.array(ADD.get("Innovation")[0])
 #
 # Verification du resultat
 # ------------------------