Hi All,

I should help...

I want to calculate the sum of a positive number, for each row:


x = ((mat_1 / s_1T)-(s_2 / total))
y = (np.sum(x > 0, axis=1)).reshape(-1, 1).tolist()

However, this part of the code only calculation count, I need sum.

Any ideas how to solve this problem?

thanks in advance
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to