X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fyacsloader_swig%2FTest%2Fasync_plugin.py;fp=src%2Fyacsloader_swig%2FTest%2Fasync_plugin.py;h=6af9d67d2198870f42b9a9c82ff8716221a2f9af;hb=e5dbd0d36685a78626ecb8133212118e7fba5406;hp=15216379361706ad3bea034506b9c57a1ec23482;hpb=1d95014a1b76f350a8d695a8579a54e81b2e4778;p=modules%2Fyacs.git diff --git a/src/yacsloader_swig/Test/async_plugin.py b/src/yacsloader_swig/Test/async_plugin.py index 152163793..6af9d67d2 100644 --- a/src/yacsloader_swig/Test/async_plugin.py +++ b/src/yacsloader_swig/Test/async_plugin.py @@ -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