SUM only of positive numbers from array

Davorin Bajic davorinbajic at gmail.com
Thu Jan 7 23:12:46 EST 2016


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



More information about the Python-list mailing list