Skip to content

Update IntType with_divider() function to resolve issue with divider being calculated incorrectly (Fixes #9)#10

Open
krcook wants to merge 2 commits intoc0fec0de:mainfrom
krcook:main
Open

Update IntType with_divider() function to resolve issue with divider being calculated incorrectly (Fixes #9)#10
krcook wants to merge 2 commits intoc0fec0de:mainfrom
krcook:main

Conversation

@krcook
Copy link

@krcook krcook commented Jan 30, 2025

Change calculation of new divider to be the dividers divided by each other, rather than multiplied
Fixes #9

krcook and others added 2 commits January 29, 2025 23:23
Update types.py changing IntType:with_divider() function such that the new divider is calculated by dividing one multiplier by the other (rather than multiplying)
@krcook krcook changed the title Update IntType with_divider() function to resolve issue with divider being calculated incorrectly Update IntType with_divider() function to resolve issue with divider being calculated incorrectly fixes #9 Jan 30, 2025
@krcook krcook changed the title Update IntType with_divider() function to resolve issue with divider being calculated incorrectly fixes #9 Update IntType with_divider() function to resolve issue with divider being calculated incorrectly (Fixes #9) Jan 30, 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.

Reading some parameters return 'None' rather than the correct value

1 participant