Skip to content
#

algorithms

Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.

Here are 22,083 public repositories matching this topic...

WarrenWeckesser
WarrenWeckesser commented Jul 27, 2022

Describe your issue.

The docstrings of the methods of scipy.spatial.transform.Rotation are missing the function signature in their first line. See, for example, https://scipy.github.io/devdocs/reference/generated/scipy.spatial.transform.Rotation.from_euler.html, where the page shows Rotation.from_euler() as the signature.

These methods are implemented in Cython, so either the signat

defect scipy.spatial Documentation good first issue
Wikipedia
Wikipedia