parent
7f86f954cd
commit
e7e716331c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue