Skip to content
Snippets Groups Projects
Commit 3dc9ddb7 authored by kkkio's avatar kkkio Committed by Kai Chen
Browse files

Fix #1223 (#1404)

* Fix #1223

#1223  is caused by extra > len(indice), so I add a loop to properly pad the indice list. I also changed the list concatenation from ```+=``` to ```.extend```.

* Update sampler.py

style
parent 78783368
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment