Closed huang-yuefeng closed 7 years ago
in lib/datasets/viz.py 76 lines "if inds == None": should be fixed to be: "if inds is None" == None sometimes will make error, program will shut down.
Fixed. Thanks for the bug report!
in lib/datasets/viz.py 76 lines "if inds == None": should be fixed to be: "if inds is None" == None sometimes will make error, program will shut down.