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
There is an issue with the method gfanConvertToNewRing in gfanInterface.m2 after loading NCAlgebra.m2. For example:
needsPackage "gfanInterface"
R1 = QQ[a,b]
I = ideal(a-b)
gfanHomogeneitySpace(I) -- works
needsPackage "NCAlgebra"
gfanHomogeneitySpace(I) -- does not work
This throws an error "expected substitution values to be ring elements or numbers" on line 761 in gfanInterface.m2.
There is an issue with the method gfanConvertToNewRing in gfanInterface.m2 after loading NCAlgebra.m2. For example:
This throws an error "expected substitution values to be ring elements or numbers" on line 761 in gfanInterface.m2.
@bkholler
The text was updated successfully, but these errors were encountered: