Commit 3d91095
committed
test(model_splitter): fix the scikit-learn requires_pkg marker
requires_pkg() resolves a distribution name and imports the matching module, and
scikit-learn matches neither name on its own: the distribution is scikit-learn and
the module is sklearn. test_save_load_node_mapping_structured was therefore skipped
everywhere, including the nightly optional dependency build, and had never run. Map
the distribution to its module so the test runs.1 parent 6c8b29b commit 3d91095
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments