Open
Description
Hi all,
I'm extremely unsure about this, so I hope this is the appropriate venue for gently pointing this out (a pull request seems to imply more confidence than I currently have). I'm working with an IVP on an np.complex128
domain, and I believe I'm running into issues that relate to flow_tools assuming that I'm working on an np.float64
domain. Would it make sense for GlobalArrayReducer
, when it is called by GlobalFlowProperty.__init__()
, to be given the dtype of the domain?
Best,
Adrian