removed (probably obsolete) warning about missing h5py module.

This commit is contained in:
Philip Eisenlohr 2016-05-11 10:04:01 -04:00
parent 2c43e9993f
commit 280076e7ef
1 changed files with 1 additions and 1 deletions

View File

@ -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():
"""