"README.md" did not exist on "f296c0e381f3a95b881e23a2912b9f2754a5a2f1"
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
Loading
Please register or sign in to comment