Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gr: Improve conversions #254

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

Tom-Hubrecht
Copy link
Contributor

C.f. https://flintlib.org/doc/gr.html#assignment-and-conversions

We can use more appropriate functions for conversions than roundtripping through a string

Comment on lines 232 to 242
if isinstance(arg, gr):
return self.from_other(arg)
if arg is int:
return self.from_si(arg)
if arg is float:
return self.from_d(arg)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this not be something like if type(arg) is int?

C.f. https://flintlib.org/doc/gr.html#assignment-and-conversions

We can use more appropriate functions for conversions than roundtripping
through a string
@oscarbenjamin
Copy link
Collaborator

Looks good

@oscarbenjamin oscarbenjamin merged commit 7786fc0 into flintlib:main Jan 28, 2025
41 checks passed
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.

2 participants