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

oops

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@9 8a9318a1-56ba-4d59-b755-99d26321be01
parent 29b00888
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ STATISTICS_DOC = { 'general': "Finite values are non-missing and finite (not Na
'a_nan_count': "number of NaNs in A",
'b_nan_count': "number of NaNs in B",
'a_and_b_nan_count': "number of NaNs in common between A and B",
'correlation': "Pearson correlation r-coefficient (0.0-1.0) for finite values of A and B",
'shape': "shape of A"
}
STATISTICS_DOC_STR = '\n'.join( '%s:\n %s' % x for x in sorted(list(STATISTICS_DOC.items())) ) + '\n'
......
......@@ -18,7 +18,7 @@ easy_install -d $HOME/Library/Python -vi http://larch.ssec.wisc.edu/eggs/repos g
from setuptools import setup, find_packages
setup( name="glance",
version="0.2.5",
version="0.2.5.1",
zip_safe = True,
entry_points = { 'console_scripts': [ 'glance = glance.compare:main' ] },
packages = find_packages('.'),
......
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