[root]/trunk/pysal/weights/tests

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 33 (100.0%) | 1121 (100.0%) | 33.9 |
| sjsrey | 7 (21.2%) | 394 (35.1%) | 56.2 |
| schmidtc | 12 (36.4%) | 280 (25.0%) | 23.3 |
| sjsrey@gmail.com | 3 (9.1%) | 205 (18.3%) | 68.3 |
| dreamessence | 5 (15.2%) | 154 (13.7%) | 30.8 |
| phil.stphns | 6 (18.2%) | 88 (7.9%) | 14.6 |
- unittests for weights complete
39 lines of code changed in 1 file:
- more unit tests for weights
70 lines of code changed in 1 file:
- weights unittests (in progress)
200 lines of code changed in 1 file:
fixing unittest for namespace
4 lines of code changed in 1 file:
cleaning up after test_build_lattice_shapefile. Removing created files.
2 lines of code changed in 1 file:
adding if __name__=='__main__' to tests missing it
2 lines of code changed in 1 file:
issue #124, documenting and testing lat2SW
16 lines of code changed in 1 file:
Removing full2W from unit tests and __all__
0 lines of code changed in 1 file:
Renaming w_from_matrix to full2W to avoid confusion. Remains to be done sparse2W. Also updating doctests and unit tests
3 lines of code changed in 1 file:
Starting method w_from_matrix to convert full arrays as well as sparse matrices into W objects. Full array to W implemented, sparse to W remains to be done. Unit test also included
13 lines of code changed in 1 file:
Renamed some test classes to cut out inadvertent warnings.
Used pythoscope to generate test setup for markov. Previous file tested nothing.
1 lines of code changed in 1 file:
- now it really is complete
24 lines of code changed in 1 file:
removed unused scipy distance_matrix from common.py
moved our distance_matrix (and tests) from weights to cg.
updated callers
note: test_standalone contains many empty tests and will report failures.
0 lines of code changed in 1 file:
- test_user.py done
30 lines of code changed in 1 file:
Unit tests for weights.util finished (pending lat2SW)
77 lines of code changed in 1 file:
- unittests for weights user - not finished
97 lines of code changed in 1 file:
Adding unit tests for test_util. Not finished
61 lines of code changed in 1 file:
- unit tests for spatial lag
39 lines of code changed in 1 file:
more namespace cleanup.
Identified cause of bug in issue #126, new unit test will fail until resolved.
11 lines of code changed in 1 file:
adding unit test for DistanceBand.
Double check on __all__ to make sure the entire list is on one line.
8 lines of code changed in 1 file:
adding unit tests.
25 lines of code changed in 3 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 3 files:
Adding unittest for Wsets.
64 lines of code changed in 1 file:
Defined __all__ in Contiguity plus style changes and removed unused imports.
Added unit test for same module.
23 lines of code changed in 1 file:
Moving space-time intercation to spatial_dynamics module.
0 lines of code changed in 1 file:
moving/fixing weights unittests
216 lines of code changed in 2 files:
- fixing paths to examples in tests
1 lines of code changed in 1 file:
- new integration testing
95 lines of code changed in 1 file: