test_import_external_tracks =========================== .. py:module:: test_import_external_tracks Classes ------- .. autoapisummary:: test_import_external_tracks.TestLoadTracks Module Contents --------------- .. py:class:: TestLoadTracks .. py:method:: test_non_unique_ids() Test that a ValueError is raised if the ids are not unique .. py:method:: test_string_ids() Test that string ids are converted to unique integers .. py:method:: test_set_scale() Test that the scaling is correctly propagated to the tracks .. py:method:: test_valid_segmentation() Test that the segmentation value of the first node matches with its id .. py:method:: test_relabel_segmentation() Test relabeling the segmentation if id != seg_id .. py:method:: test_measurements() Test if the area is measured correctly, taking scaling into account .. py:method:: test_load_sample_data()