Open
Description
Hello, there is an error at '-x' in the following code, is it a problem with the numpy version?
import numpy as np
def compute_metrics(x):
sx = np.sort(-x, axis=1)
d = np.diag(-x)
Metadata
Assignees
Labels
No labels
Hello, there is an error at '-x' in the following code, is it a problem with the numpy version?
import numpy as np
def compute_metrics(x):
sx = np.sort(-x, axis=1)
d = np.diag(-x)
Activity