Closed Kobalt93 closed 3 years ago
As the numpy np.round function has a special feature, I corrected the recentering after the transformations. ( np.round([0.5, 1.5, 2.5, 3.5, 4.5]) --> array([0., 2., 2., 4., 4.]) )
As the numpy np.round function has a special feature, I corrected the recentering after the transformations. ( np.round([0.5, 1.5, 2.5, 3.5, 4.5]) --> array([0., 2., 2., 4., 4.]) )