We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02abfbd commit 802a74dCopy full SHA for 802a74d
integration/test_collection.py
@@ -66,6 +66,7 @@
66
def get_numpy_vector(input_list: list) -> Any:
67
try:
68
import numpy as np
69
+
70
return np.array(input_list)
71
except ModuleNotFoundError:
72
return input_list
0 commit comments