tbloch1

Results 3 comments of tbloch1

I seem to be encountering this problem too. I'm running a 8193x6 dataset to `fit` then `transform`, which is working fine. Then I am trying to `transform` a ~43000x6 dataset...

It appears to be working fine now!

Thanks for the workaround @mathause! Is there a benefit to your approach, rather than calling `compute()` on each DataArray? It seems like calling `compute()` twice is faster for the MVCE...