Replies: 2 comments 3 replies
-
Thanks @mk-ling for pointing out. I found similar issue with other names. This will be fixed in next update. Assign to @Nikeshbajaj |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is fixed in new release 0.0.9.5 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First of all, thx for the contribution, I appreciate it. However, when I tried to import spkit from my project path(which also have a package named "core"), the import statements in spkit(eg. from core import xxx) locates to the "core" package in my project instead of the one in spkit. So I'd suggest to use relative import in such places that might have ambiguities(just like what numpy did if you look at their code). Other than this, spkit has been very helpful. Again, thx for the contribution from you guys.
Beta Was this translation helpful? Give feedback.
All reactions