Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(csr): Set type of node_props to float64
`dtype` of `node_props` passed from `csr_to_nbgraph()` to `NBGraph` was `float32`. This sets the type to explicitly be `np.float64` which matches the expectation of `csr_spec_float` passed to `numba.experimental.jitclass()`.
- Loading branch information