Skip to content

RotorModel fails to calculate relevant features if position and axis vector are collinear #171

@pascalau

Description

@pascalau

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions