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

fpylll: enumeration: missing GSO type of long+longdouble #172

Closed
cr-marcstevens opened this issue May 31, 2020 · 2 comments
Closed

fpylll: enumeration: missing GSO type of long+longdouble #172

cr-marcstevens opened this issue May 31, 2020 · 2 comments

Comments

@cr-marcstevens
Copy link
Collaborator

fpylll enumeration supports GSO type long+longdouble mat_gso_long_ld, but throws an error because the right code is never reached because of the following issue:
The fpylll Enumeration dispatch is missing a case in this if statement:
if self.M._type == mat_gso_mpz_ld:
should be
if self.M._type == mat_gso_mpz_ld or self.M._type == mat_gso_long_ld:

if self.M._type == mat_gso_mpz_ld:

@cr-marcstevens
Copy link
Collaborator Author

cr-marcstevens commented Jun 1, 2020

@lducas @malb could one of you fix this? I have no idea who has push rights.

@malb malb closed this as completed in 61baa3c Jun 1, 2020
@cr-marcstevens
Copy link
Collaborator Author

Thanks a lot!

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

No branches or pull requests

1 participant