Wenqian Zhao
Results
1
issues of
Wenqian Zhao
In influence_models.py line 115, the code is: `tmp_used = used[:i] + used[i:]` This line doesn't remove the ith element in used, maybe what you really want is sth like: `tmp_used...