Skip to content

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