
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 12 (100.0%) | 1164 (100.0%) | 97.0 |
| phil.stphns | 6 (50.0%) | 651 (55.9%) | 108.5 |
| schmidtc | 6 (50.0%) | 513 (44.1%) | 85.5 |
working with get_shared_segments
6 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.
7 lines of code changed in 1 file:
Fixing test, adding docstring example.
1 lines of code changed in 1 file:
tests for get_shared_segments
14 lines of code changed in 1 file:
found bug in get_segment_point_intersect, was not working if pt was colinear with segment.
Added a fix and unit tests.
Changed get_segments_intersect to work with overlapping segments.
30 lines of code changed in 1 file:
porting doctests to unittests
adding many new unittests
fixed accuracy issue in is_collinear
identified bug with get_segments_intersect, fails when segments overlap
changed get_rectangle_rectangle_intersection to return Rectangle, Segment, Point or None to allow for overlap.
341 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.
108 lines of code changed in 1 file:
split old FileIO unit tests into seperate tests for each handler.
made a small change to in tests.py to prevent testing script from exiting when unittest.main is used.
14 lines of code changed in 1 file:
Moved cg/shapes tests to cg/tests dir. Modified tests.py to not call older
tests.
643 lines of code changed in 1 file:
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: