Skip to content

issue #22: [fix] avoid TypeError by branching the processing based on the variable's type#23

Open
siruku6 wants to merge 1 commit intocaelan:masterfrom
siruku6:issue-22
Open

issue #22: [fix] avoid TypeError by branching the processing based on the variable's type#23
siruku6 wants to merge 1 commit intocaelan:masterfrom
siruku6:issue-22

Conversation

@siruku6
Copy link

@siruku6 siruku6 commented Feb 21, 2026

Summary

As stated in the title

Issue

Changes

  • branching the processing in question based on the type of the variable self.position
  • adding some type hints for readability

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.

TypeError: unsupported operand type(s) for -: 'tuple' and 'float'

1 participant