Salome HOME
updated copyright message
[modules/yacs.git] / src / yacsloader_swig / Test / StdAloneYacsLoaderTest1.py
index 38c12565d21e759623acefd91ef767601f4b9d8a..776c1e5b6fc84905728cb71df68b3c7de62c819a 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# Copyright (C) 2006-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2006-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -292,6 +292,7 @@ print("PyScript0",entier)
 
     sortie_script="""import numpy as np
 assert(isinstance(resultats,np.ndarray))
+assert(resultats==np.array(range(1),dtype=np.int32))
 """
 
     nbWorkers=1