Closed edkerk closed 1 month ago
Probably related to #393, will include there.
Hmm @edkerk are we leaving the ARM64 issue open then - or is this issue more general, applicable to all new Docker images?
edit: I'm wondering if it could have something to do with the new packages that are used in obtaining the new image.
The ARM64 issue should remain open.
0.1-multiarch
container, so it makes sense to keep the discussion of this in #393.
Description of the bug:
When running
runDLKcat();
the following error is thrown:~Reproducing these results:
Probably only occurs if GECKO is cloned as
git
repository, not when downloaded as zip or installed as MATLAB Add-On.However, the problem is not reproducible.
Solution:
~The error suggests that something is wrong with the file, but the underlying problem might be
git lfs
.~~What solved this for me was to:~ ~1. Delete the
src/dlkcat_gecko/input/fingerprint_dict.pickle
file.~ ~2. Rungit restore .
(or actually, I did "Discard changes ..." in my git GUI client), to bring back the file.~ ~3. There was no need to (re)installgit lfs
or re-clone the repository.~System information
I hereby confirm that:
main
branch of the repository.