-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests for Skeletonisation and Pruning #818
Comments
Need to keep track of what needs doing as aside from tests for new code a bunch of existing tests also fail. Failing TestsCurrently the following tests fail, note that some have already been skipped as pruning needs to be correct first.
Tasks to complete
|
Passing | Test | Error Message |
---|---|---|
test_linear_or_circular |
||
✅ | test_crop_array |
|
test_get_splined_traces |
AttributeError: type object 'genTracingFuncs' has no attribute 'countNeighbours' |
|
✅ | test_round_splined_traces |
|
✅ | test_remove_duplicate_consecutive_tuples |
test_dnatracing_multigrain.py
Passing | Test | Error Message |
---|---|---|
test_prep_arrays |
||
test_image_trace_unequal_arrays |
||
test_trace_mask |
||
test_trace_image |
test_dnatracing_single_grain.py
Passing | Test | Error Message |
---|---|---|
✅ | test_gaussian_filter |
|
test_get_disordered_trace |
Array lengths do not match, i.e. a different trace is returned. These need to match otherwise most of the other tests of dnaTrace methods will fail. |
|
test_linear_or_circular |
||
test_get_ordered_traces |
||
test_get_ordered_trace_heights |
||
test_ordered_get_trace_cumulative_distances |
||
test_coord_dist |
||
test_get_fitted_traces |
||
test_get_splined_traces |
||
test_measure_contour_length |
||
test_measure_end_to_end_distance |
||
✅ | test_crop_array |
|
✅ | test_pad_bounding_box |
|
✅ | test_grain_anchor |
|
test_trace_grain |
Changes in
|
Skeletonisation | main |
maxgamill-sheffield/800-better-tracing |
---|---|---|
lee |
||
thin |
||
topostats |
||
zhang |
||
lee |
||
thin |
||
topostats |
||
zhang |
Check whether |
The
maxgamill-sheffield/800-better-tracing
needs tests to ensure all the skeletonisation and pruning steps run as expected.Need to ensure that this branch is up-to-date with
main
(rebase) and tests will be developed on a branch frommaxgamill-sheffield/800-better-tracing
and periodically merged in as tests are completed.The text was updated successfully, but these errors were encountered: