Skip to content
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

update get_train_instances() #60

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

update get_train_instances() #60

wants to merge 3 commits into from

Conversation

deipss
Copy link

@deipss deipss commented Nov 11, 2019

Caused by the APIs of SciPy have been changed
the has_keys() of sparse.dok_matrix is avilable in the :
scipy-0.16.1
but is disable in the follow version :
scipy-1.2.1
scipy-1.3.2

Cause by the APIs of SciPy have changed, change 'while train.has_key((u, j)):' to 'while (u, j) in train:'
Cause by the APIs of SciPy have changed, change 'while train.has_key((u, j)):' to 'while (u, j) in train:'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant