You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling is_principal_with_data with a fractional ideal (of non maximal orders of number fields) does not work, as it is currently implemented in terms of the non-existent function is_principal_non_maximal.
Running the following code
_, x = QQ[:x]
O =equation_order(x^5-5)
is_principal_with_data(fractional_ideal(O, [one(number_field(O))]))
results in the error
ERROR: UndefVarError: `is_principal_non_maximal` not defined in `Hecke`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] is_principal_with_data(A::AbsSimpleNumFieldOrderFractionalIdeal)
@ Hecke ~/.julia/packages/Hecke/G43QZ/src/NumFieldOrd/NfOrd/Clgp/Map.jl:528
[2] top-level scope
@ REPL[6]:1
The text was updated successfully, but these errors were encountered:
Calling
is_principal_with_data
with a fractional ideal (of non maximal orders of number fields) does not work, as it is currently implemented in terms of the non-existent functionis_principal_non_maximal
.Running the following code
results in the error
The text was updated successfully, but these errors were encountered: