core
core copied to clipboard
Flesh out the (local) test suite for `merlin.core.dispatch`
Most of merlin.core.dispatch
is probably covered by tests in NVTabular, but we should directly test the methods there with simple tests that can run in this repo (without NVT Workflows
and Operators
.)
There's a (very small) start on this here to cover a bug we ran into: https://github.com/NVIDIA-Merlin/core/blob/main/tests/unit/core/test_dispatch.py