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 f28974b commit 9b50539Copy full SHA for 9b50539
1 file changed
src/emlearn_logreg/emlearn_logreg.py
@@ -4,8 +4,8 @@
4
# and we need to merge the native module symbols at import time
5
# When used as dynamic native modules (.mpy), .py and native code is merged at build time
6
try:
7
- from emlearn_linreg_c import *
8
-except ImportError as e:
+ from emlearn_logreg_c import *
+except ImportError:
9
pass
10
11
log_prefix = 'emlearn_logreg:'
0 commit comments