Closed pbeeson closed 4 years ago
Fix needed to handle certain python files that use 2D numpy arrays.
Specifically when using numpy 2D arrays and indexing using : this is needed. Example: a=b[:, 0]
:
a=b[:, 0]
Fix needed to handle certain python files that use 2D numpy arrays.