The following code errors:
using DynamicPolynomials;
@polyvar x[1:n]
With stacktrace:
PolyVar{true}[Error showing value of type Tuple{Vector{PolyVar{true}}}:
SYSTEM (REPL): showing an error caused an error
ERROR: 1-element ExceptionStack:
MethodError: no method matching name_base_indices(::PolyVar{true})
The function `name_base_indices` exists, but no method is defined for this combination of argument types.
etc.
The unit test corresponding to polynomial vector also doesn't pass.
The following code errors:
The unit test corresponding to polynomial vector also doesn't pass.