
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 20 (100.0%) | 825 (100.0%) | 41.2 |
| sjsrey@gmail.com | 7 (35.0%) | 232 (28.1%) | 33.1 |
| schmidtc | 2 (10.0%) | 224 (27.2%) | 112.0 |
| sjsrey | 1 (5.0%) | 152 (18.4%) | 152.0 |
| phil.stphns | 9 (45.0%) | 123 (14.9%) | 13.6 |
| dreamessence | 1 (5.0%) | 94 (11.4%) | 94.0 |
- fixing unittests in mixture_smoothing
18 lines of code changed in 1 file:
adding if __name__=='__main__' to tests missing it
2 lines of code changed in 1 file:
merging serge's map classify tests with Pythoscope
222 lines of code changed in 1 file:
- more unit tests for mapclassify
74 lines of code changed in 1 file:
- fixing logic bug in Box_Plot and more unit tests
47 lines of code changed in 1 file:
- partial unit tests for mapclassify
34 lines of code changed in 1 file:
Cleaning up names in smoothing module unit tests and adding missing ones. Completed
94 lines of code changed in 1 file:
Added from old tests.
23 lines of code changed in 1 file:
Added working unit tests for these modules, if bare.
20 lines of code changed in 2 files:
Cleaned up Tables.py and added stubs for most of the undone unit test modules
so that their methods would appear in our unittest emails as untested
methods. Also added sample well-known text file.
0 lines of code changed in 1 file:
Adding unit tests for esda modules, expanded doctest for mixture_smoothing.
64 lines of code changed in 3 files:
Fixed moran_local unittest, modified doctest to call moran explicitly for user
benefit, and added verbose flag to doctests in two modules.
4 lines of code changed in 1 file:
Fixed unittest call, added Moran_Local test class.
12 lines of code changed in 1 file:
- fixing paths to examples in tests
10 lines of code changed in 2 files:
- started unittests for esda in new integration testing framework
49 lines of code changed in 1 file:
- new integration testing
152 lines of code changed in 1 file: