We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75d7ff commit a55e393Copy full SHA for a55e393
onedal/datatypes/data_conversion.cpp
@@ -310,7 +310,7 @@ PyObject *convert_to_pyobject(const dal::table &input) {
310
dtype,
311
MAKE_PY_FROM_CSR,
312
throw std::invalid_argument("Not avalible to convert a scipy.csr"));
313
-#undef MAKE_NYMPY_FROM_HOMOGEN
+#undef MAKE_PY_FROM_CSR
314
}
315
else {
316
throw std::invalid_argument("Output oneDAL table doesn't have homogen or csr format");
0 commit comments