indentation problems with vi

Former-commit-id: d5c4cc57ee
This commit is contained in:
mjames-upc 2016-03-18 19:54:53 -06:00
parent 7f86f954cd
commit e7e716331c

View file

@ -35,7 +35,7 @@ def hyperRequest():
results = []
for dsName in dsNames:
ds = f[dsName]
sel = numpy.ndarray(ds.shape, dtype=bool)
sel = numpy.ndarray(ds.shape, dtype=bool)
sel[()] = False
for n in indices:
sel[n] = True