removed (probably obsolete) warning about missing h5py module.
This commit is contained in:
parent
2c43e9993f
commit
280076e7ef
|
@ -8,7 +8,7 @@ import sys
|
|||
try:
|
||||
import h5py
|
||||
except (ImportError) as e:
|
||||
sys.stderr.write('\nREMARK: h5py module not available \n\n')
|
||||
pass # sys.stderr.write('\nREMARK: h5py module not available \n\n')
|
||||
|
||||
class Result():
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue