Hi @abulak
When I run ex_C2_linear
or runtest
in SymbolicWedderburn.jl, I get
ERROR: UndefVarError: `Monomial` not defined
Stacktrace:
[1] top-level scope
@ c:\Users\raven\.julia\packages\SymbolicWedderburn\lbiby\examples\ex_C2_linear.jl:16
or
ERROR: LoadError: UndefVarError: `Monomial` not defined
Stacktrace:
[1] top-level scope
@ c:\Users\raven\.julia\packages\SymbolicWedderburn\lbiby\test\action_linear.jl:12
in expression starting at c:\Users\raven\.julia\packages\SymbolicWedderburn\lbiby\test\action_linear.jl:12
If I substitute AbstractMonomial
for Monomial
, it will work. It seems the master version is more compatible rather than the active version here.
However, if I do this for action_polynomials
, and then run ex_S4
, it does not work and still gives me the error:
ERROR: LoadError: UndefVarError: `Monomial` not defined
Stacktrace:
[1] top-level scope
@ c:\Users\raven\.julia\packages\SymbolicWedderburn\lbiby\examples\action_polynomials.jl:20
in expression starting at c:\Users\raven\.julia\packages\SymbolicWedderburn\lbiby\examples\action_polynomials.jl:20
When I close each file, it cannot save the changes unless I retry as an administrator. What should I do?