You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put an argument dst = 'Macbeth_D50_2' in function test() of function test_2(), but that raised an error: only integer scalar arrays can be converted to a scalar index. Then I append an order: self.dst = np.array(self.dst) in file ccm.py between line 36 and line 37, another error occurred: too many indices for array. So how to run the file test.py?
The text was updated successfully, but these errors were encountered:
I put an argument dst = 'Macbeth_D50_2' in function test() of function test_2(), but that raised an error: only integer scalar arrays can be converted to a scalar index. Then I append an order: self.dst = np.array(self.dst) in file ccm.py between line 36 and line 37, another error occurred: too many indices for array. So how to run the file test.py?
The text was updated successfully, but these errors were encountered: