Skip to content

Conversation

SirJamesClarkMaxwell
Copy link
Contributor

Overview: What does this pull request change?

It prevent for passing wrong type of data in Line3D and Arrow3D.

Motivation and Explanation: Why and how do your changes improve the library?

It is inspired by this discord post, where point into Arrow3D has been passed as list of integers instead of floats, which broke subtraction during the Rotation. Right now, data will be automatically converted into the float64 format.

Links to added or changed documentation pages

Further Information and Comments

Reviewer Checklist

  • The PR title is descriptive enough for the changelog, and the PR is labeled correctly
  • If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section
  • If applicable: newly added functions and classes are tested

@SirJamesClarkMaxwell SirJamesClarkMaxwell marked this pull request as ready for review December 30, 2024 18:11
Copy link
Member

@JasonGrace2282 JasonGrace2282 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@JasonGrace2282 JasonGrace2282 added this to the v0.19.1 milestone Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants