Open patnr opened 3 years ago
For example, Var3D(B=B) should work, where B is an ndarray background matrix.
Var3D(B=B)
==
split_attrs
id
The above commit is a hotfix. Improvements would still be good. See inline TODOs. Furthermore, I believe xpSpace might still be incompatible with ndarray params.
For example,
Var3D(B=B)
should work, where B is an ndarray background matrix.==
comparison with ndarray fails insplit_attrs
. I'm not sure about other non-trivial types.id
in that case.