The version of measures/DLcoloc/stats.py from Dez 23rd 2019 is incompatible with the rest of the codebase
Example when running any model:
ImportError: cannot import name 'accuracy' from 'stats' ([...]/coloc/measures/DLcoloc/stats.py)
In the newest version "accuracy" was replaced with "accuracy_datasetwise" but other files don't reflect this change.
Have changes been made but not pushed into the repository?
For function calls to work a rollback to the older version from Nov 12th 2019 is necessary.
The version of measures/DLcoloc/stats.py from Dez 23rd 2019 is incompatible with the rest of the codebase
Example when running any model:
ImportError: cannot import name 'accuracy' from 'stats' ([...]/coloc/measures/DLcoloc/stats.py)
In the newest version "accuracy" was replaced with "accuracy_datasetwise" but other files don't reflect this change.
Have changes been made but not pushed into the repository?
For function calls to work a rollback to the older version from Nov 12th 2019 is necessary.