apply not working on greta_array
Open
- Dominant language
- C++
- Stars
- 607
- Forks
- 67
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 1
Description
Hi, I bumped into this weird problem today... hopefully there is a quick fix or I was just doing something wrong.
```
library(greta)
z <- normal(0, 1, dim = c(2, 3))
apply(z, 1, mean) # doesn't work
rowMeans(z) # works
```
Working on Ubuntu and `greta_0.4.2`.
Contributor guide
Assessment
This issue has not been assessed yet.