Skip to content
Snippets Groups Projects
Commit 92fd345f authored by (no author)'s avatar (no author)
Browse files

minor correction to make the scaling method print

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@36 8a9318a1-56ba-4d59-b755-99d26321be01
parent cdb4e26f
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class hdf(SD):
if (scaling_method == 0) :
return raw_data_copy
if not ((scaling_method is None) or (scaling_method > 1)) :
LOG.warn ('Scaling method of \"' + scaling_method + '\" will be ignored in favor of hdf standard method. " \
LOG.warn ('Scaling method of \"' + str(scaling_method) + '\" will be ignored in favor of hdf standard method. " \
+ "This may cause problems with data consistency')
# create the scaled version of the data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment