mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 05:42:18 +08:00
When calculate_positions_value used np.dot, the return type was a np.float64. Which allows the use of 0.0 in division to not raise an exception. Fix by expliciting creating an np.float64 with 0 value.