You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: