-
Type: Story
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
In the python programs please replace all appearances of np.ndarray with np.empty, check that all the arrays are properly initialized, and change the dtype}}s from e.g. {{dtype='float32' to dtype=np.float32 as these are properly converted to C++ {{ndarray}}s
- duplicates
-
PIPE2D-173 Use np.empty((N, M)) not np.ndarray(shape=(N, M))
- Won't Fix