RobinHankin / stokes

methods for exterior calculus
https://robinhankin.github.io/stokes/
3 stars 0 forks source link

infelicity in print method #57

Closed RobinHankin closed 2 years ago

RobinHankin commented 2 years ago
> o <- kform(spray(t(replicate(2, sample(9,4))), runif(2)))
> V <- matrix(rnorm(36),ncol=4)
> contract(o,V,lose=FALSE)
Error in max(index(x)) : 
  (converted from warning) no non-missing arguments to max; returning -Inf
>