diff options
| author | bsimon <bsimon@stsci.edu> | 2014-06-11 09:59:41 -0400 | 
|---|---|---|
| committer | bsimon <bsimon@stsci.edu> | 2014-06-11 09:59:41 -0400 | 
| commit | 957d7cb4c76f127e51104fae40cbd63267064453 (patch) | |
| tree | 9c9a63fb1b510d0c89b1ecb73ab81a4e57b2f5a9 /stsci/sphere | |
| parent | 2d057cb32321f6d4ac76c57968bc4cfe58b661c6 (diff) | |
| download | stsci.sphere-957d7cb4c76f127e51104fae40cbd63267064453.tar.gz | |
Fixed misspelling of emporical in comment
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci.sphere/trunk@32436 fe389314-cf27-0410-b35b-8c050e845b92
Former-commit-id: 71add5c4f5e1a47236a623b7613321594781dc06
Diffstat (limited to 'stsci/sphere')
| -rw-r--r-- | stsci/sphere/graph.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/stsci/sphere/graph.py b/stsci/sphere/graph.py index 7d0c06d..2b37522 100644 --- a/stsci/sphere/graph.py +++ b/stsci/sphere/graph.py @@ -121,7 +121,7 @@ class Graph:              thres : float                  If difference is smaller than this, points are equal.                  The default value of 2e-8 radians is set based on -                emphirical test cases. Relative threshold based on +                empirical test cases. Relative threshold based on                  the actual sizes of polygons is not implemented.              """              return np.array_equal(self._point, other._point) | 
