Directory trunk/pysal/weights/tests/

Directory Created:
2011-01-03 15:18
Total Files:
9
Deleted Files:
0
Lines of Code:
973

[root]/trunk/pysal/weights/tests

Lines of Code

trunk/pysal/weights/tests/ Lines of Code

Developers

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

Most Recent Commits

sjsrey 2011-01-28 16:00 Rev.: 798

- unittests for weights complete

39 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_weights.py (+39 -44)
sjsrey 2011-01-28 15:15 Rev.: 797

- more unit tests for weights

70 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_weights.py (+70 -43)
sjsrey@gmail.com 2011-01-28 14:22 Rev.: 796

- weights unittests (in progress)

200 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_weights.py (new 200)
sjsrey@gmail.com 2011-01-28 13:20 Rev.: 795

fixing unittest for namespace

4 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_Contiguity.py (+4 -4)
schmidtc 2011-01-27 18:58 Rev.: 789

cleaning up after test_build_lattice_shapefile. Removing created files.

2 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_user.py (+2 -2)
schmidtc 2011-01-27 11:14 Rev.: 777

adding if __name__=='__main__' to tests missing it

2 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_Contiguity.py (+2 -1)
schmidtc 2011-01-27 10:52 Rev.: 774

issue #124, documenting and testing lat2SW

16 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_util.py (+16)
dreamessence 2011-01-25 18:01 Rev.: 759

Removing full2W from unit tests and __all__

0 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_util.py (-12)
dreamessence 2011-01-25 16:25 Rev.: 755

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:

  • trunk/pysal/weights/tests: test_util.py (+3 -3)
dreamessence 2011-01-25 15:50 Rev.: 754

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:

  • trunk/pysal/weights/tests: test_util.py (+13)
phil.stphns 2011-01-25 12:46 Rev.: 748

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:

  • trunk/pysal/weights/tests: test_Distance.py (+1 -1)
sjsrey 2011-01-21 09:59 Rev.: 731

- now it really is complete

24 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_user.py (+24 -2)
schmidtc 2011-01-21 09:53 Rev.: 730

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:

  • trunk/pysal/weights/tests: test_Distance.py (-12)
sjsrey 2011-01-21 09:36 Rev.: 729

- test_user.py done

30 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_user.py (+30)
dreamessence 2011-01-20 12:57 Rev.: 724

Unit tests for weights.util finished (pending lat2SW)

77 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_util.py (+77 -17)
sjsrey 2011-01-20 10:44 Rev.: 717

- unittests for weights user - not finished

97 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_user.py (+97)
dreamessence 2011-01-20 10:34 Rev.: 716

Adding unit tests for test_util. Not finished

61 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_util.py (+61)
sjsrey 2011-01-20 09:46 Rev.: 714

- unit tests for spatial lag

39 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_spatial_lag.py (+39)
schmidtc 2011-01-19 17:41 Rev.: 712

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:

  • trunk/pysal/weights/tests: test_Distance.py (+11 -3)
schmidtc 2011-01-19 12:55 Rev.: 711

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:

  • trunk/pysal/weights/tests: test_Distance.py (+8)
schmidtc 2011-01-17 13:30 Rev.: 698

adding unit tests.

25 lines of code changed in 3 files:

  • trunk/pysal/weights/tests: test_Distance.py (+9), test__contW_binning.py (+8), test__contW_rtree.py (+8)
phil.stphns 2011-01-11 17:37 Rev.: 681

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:

  • trunk/pysal/weights/tests: test_spatial_lag.py (new), test_user.py (new), test_util.py (new)
phil.stphns 2011-01-06 11:57 Rev.: 646

Adding unittest for Wsets.

64 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_Wsets.py (new 64)
phil.stphns 2011-01-05 15:11 Rev.: 634

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:

  • trunk/pysal/weights/tests: test_Contiguity.py (new 23)
schmidtc 2011-01-05 10:48 Rev.: 625

Moving space-time intercation to spatial_dynamics module.

0 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test__contW_binning.py (-3)
schmidtc 2011-01-05 08:37 Rev.: 621

moving/fixing weights unittests

216 lines of code changed in 2 files:

  • trunk/pysal/weights/tests: test__contW_binning.py (new 106), test__contW_rtree.py (new 110)
sjsrey@gmail.com 2011-01-04 13:14 Rev.: 614

- fixing paths to examples in tests

1 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_Distance.py (+1 -1)
sjsrey 2011-01-03 15:18 Rev.: 608

- new integration testing

95 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_Distance.py (new 95)
Generated by StatSVN 0.7.0