After installing inspectro from environment file the rule eigdecomp has failed with this error:
Upgrading cooltools (installed locally from GitHub) and changing the import in eigendecomposition script (from cooltools.api.eigdecomp import _filter_heatmap, _fake_cis) fixes it.
After installing inspectro from environment file the rule
eigdecomp
has failed with this error:Upgrading cooltools (installed locally from GitHub) and changing the import in eigendecomposition script (
from cooltools.api.eigdecomp import _filter_heatmap, _fake_cis
) fixes it.