-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception has occurred: KeyError x 'data' #41
Comments
I cannot reproduce this error, for me it works fine.
|
Hi, The file can be downloaded via the link: https://drive.google.com/file/d/19937d9LRN6YU-WWxzvIEhsPZIYnhLGEc/view?usp=sharing That pretty much was the full traceback. The actual traceback is this:
|
Thanks for providing the file! It seems like there is some problem with loading the sparse matrices in this seems to be a sparse matrix format that I did not encounter yet I'll see if I find time to fix it. in the meantime as a workaround, you can try to catch the exception in line 147 in except KeyError as e:
unpacked = None |
@dervinism does the newest fix at #53 and the newest release fix the problem? |
I get this error by executing this line:
The text was updated successfully, but these errors were encountered: