-
Notifications
You must be signed in to change notification settings - Fork 65
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
"principal_subfields" not defined #1656
Comments
Out of curiosity, why did you expect those to exist? Are these functions used somewhere in the documentation or elsewhere? |
Because I found it here: https://www.thofma.com/Hecke.jl/stable/manual/number_fields/fields I was looking if it implemented polynomial factorisation in Julia, but did not, so just went testing some functions from your library. If this doc is not relevant, I will happily close this, but probably this site should be closed as well! |
On Mon, Oct 21, 2024 at 09:30:21AM -0700, Neven DREAN wrote:
julia version 1.11.1
Hecke Version 0.24.3 ... via Oscar Version 0.14.
```
julia> principal_subfields(L)
ERROR: UndefVarError: `principal_subfields` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
```
It's simply not exported:
Hecke.principal_subfields(L)
will work.
… --
Reply to this email directly or view it on GitHub:
#1656
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Thanks. Works. Although I don't understand why you responded this
|
Because I forgot that they are in the documentation. |
Will be fixed in the next version. Thanks for your report. |
julia version 1.11.1
Hecke Version 0.24.3 ... via Oscar Version 0.14.
The text was updated successfully, but these errors were encountered: