Salome HOME
bos #29864 Irrelevant assert in test.
[modules/yacs.git] / src / yacsloader_swig / Test / async_plugin.py
index 15216379361706ad3bea034506b9c57a1ec23482..6af9d67d2198870f42b9a9c82ff8716221a2f9af 100644 (file)
@@ -61,5 +61,5 @@ class myalgosync(SALOMERuntime.OptimizerAlgSync):
     import numpy as np
     resu = np.array(range(1),dtype=np.int32)
     ob=pickle.dumps(resu,protocol=0)
-    assert(bytes([0]) in ob) # test is here presence of 0 in the pickelization
+    #assert(bytes([0]) in ob) # test is here presence of 0 in the pickelization
     return ob