|
leaver_moment_vec = np.cross( |
|
self.rotor_position.flatten(), rotor_axis.flatten()) |
If the two parameters rotor_position and rotor_axis are collinear the resulting features are all zero. This can cause issues in the regression since the features are all non descriptive.