Module Not Found error during import
jgericardo opened this issue · 2 comments
jgericardo commented
Hello! Thank you for your work. I tried importing the latest version of simpsom
(v2.0.0) and the error occurred: ModuleNotFoundError: No module named 'simpsom.cluster'
. There seems to be a missing init.py file in "./simpsom/cluster/". I tried adding it locally and it did the trick for me.
fcomitani commented
Of course I forgot the init file after all the testing!
Thanks for spotting that, I'm going to push a patch later today!