diff --git a/python/ql/test/library-tests/frameworks/numpy/Decoding.py b/python/ql/test/library-tests/frameworks/numpy/Decoding.py index 96f86a0a1ac..4e9e8fcdc2a 100644 --- a/python/ql/test/library-tests/frameworks/numpy/Decoding.py +++ b/python/ql/test/library-tests/frameworks/numpy/Decoding.py @@ -2,5 +2,5 @@ import numpy numpy.load(file_) # $ decodeInput=file_ decodeOutput=numpy.load(..) decodeFormat=numpy numpy.load(filename=file_) # $ decodeInput=file_ decodeOutput=numpy.load(..) decodeFormat=numpy -numpy.load(file_, allow_pickle=True) # $ decodeInput=file_ decodeOutput=numpy.load(..) decodeFormat=numpy decodeMayExecuteInput -numpy.load(filename=file_, allow_pickle=True) # $ decodeInput=file_ decodeOutput=numpy.load(..) decodeFormat=numpy decodeMayExecuteInput \ No newline at end of file +numpy.load(file_, allow_pickle=True) # $ decodeInput=file_ decodeOutput=numpy.load(..) decodeFormat=numpy decodeFormat=pickle decodeMayExecuteInput +numpy.load(file_, None, True) # $ decodeInput=file_ decodeOutput=numpy.load(..) decodeFormat=numpy decodeFormat=pickle decodeMayExecuteInput