Closed rmflight closed 2 years ago
I think kendall_dis.pyx is not being compiled and put into the proper place with pip install. Actually kendall_dis.pyx was renamed to _kendall_dis.pyx and the import was not updated correctly. Statement should be: "from _kendall_dis import kendall_dis" Better yet is to use: "import _kendall_dis" and then call _kendall_dis.kendall_dis(...)
dr.moseley why is that second version of the import statement better than the first?
Have a moment to discuss? Will be back at computer in 5 min.
On Sat, Nov 13, 2021, 2:12 PM Praneeth Bhatt @.***> wrote:
dr.moseley why is that second version of the import statement better than the first?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MoseleyBioinformaticsLab/icikt/issues/4#issuecomment-968120504, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEP7BY3U2J2ZG3ILSVOPKLUL22BTANCNFSM5HZKVDFA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.