Skip to content

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