Skip to content
Snippets Groups Projects
  • kkkio's avatar
    3dc9ddb7
    Fix #1223 (#1404) · 3dc9ddb7
    kkkio authored
    * 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
    3dc9ddb7
    History
    Fix #1223 (#1404)
    kkkio authored
    * 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