mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Remove debug statement
This commit is contained in:
@@ -195,7 +195,6 @@ class Hdf5Sample(Sample):
|
|||||||
return None
|
return None
|
||||||
ds = self.file[key]
|
ds = self.file[key]
|
||||||
assert len(ds.shape) == 1
|
assert len(ds.shape) == 1
|
||||||
print(ds.dtype)
|
|
||||||
if h5py.check_string_dtype(ds.dtype):
|
if h5py.check_string_dtype(ds.dtype):
|
||||||
result = ds.asstr()[:].tolist()
|
result = ds.asstr()[:].tolist()
|
||||||
result = [r if len(r) > 0 else None for r in result]
|
result = [r if len(r) > 0 else None for r in result]
|
||||||
|
|||||||
Reference in New Issue
Block a user