Closed wildromi closed 8 months ago
With density_advaced, new cython code has been added to the repo. If you installed the package before the commit of density_advanced and now you are just pulling the updates from main, try to reinstall the package (this would recompile the new cython code). This should solve that issue.
I agree with @diegodoimo, probably this is the problem
Subject of the issue
I cannot import the MetricComparisons module because there seems to be a problem in 'density_advanced.py'
Your environment
Steps to reproduce
from dadapy.metric_comparisons import MetricComparisons
Expected behaviour
Should load module
Actual behaviour
`--------------------------------------------------------------------------- ImportError Traceback (most recent call last)