From f2be62ac46f692edcc1e78b12f1123158f83628f Mon Sep 17 00:00:00 2001 From: matei jordache Date: Sun, 29 Mar 2026 16:42:55 -0700 Subject: [PATCH] fix naming --- tests/node_tests/{test_acf_2d.py => acf_2d.py} | 0 tests/node_tests/{test_angle_measure.py => angle_measure.py} | 0 tests/node_tests/{test_annotations.py => annotations.py} | 0 tests/node_tests/{test_colormap.py => colormap.py} | 0 tests/node_tests/{test_colormap_adjust.py => colormap_adjust.py} | 0 tests/node_tests/{test_coordinate.py => coordinate.py} | 0 tests/node_tests/{test_crop_resize.py => crop_resize.py} | 0 tests/node_tests/{test_cross_section.py => cross_section.py} | 0 tests/node_tests/{test_cursors.py => cursors.py} | 0 tests/node_tests/{test_curvature.py => curvature.py} | 0 tests/node_tests/{test_edge_detect.py => edge_detect.py} | 0 tests/node_tests/{test_execution.py => execution.py} | 0 tests/node_tests/{test_fft_2d.py => fft_2d.py} | 0 tests/node_tests/{test_filter_fft_1d.py => filter_fft_1d.py} | 0 tests/node_tests/{test_filter_fft_2d.py => filter_fft_2d.py} | 0 tests/node_tests/{test_filter_gaussian.py => filter_gaussian.py} | 0 tests/node_tests/{test_filter_median.py => filter_median.py} | 0 tests/node_tests/{test_fix_zero.py => fix_zero.py} | 0 tests/node_tests/{test_flip.py => flip.py} | 0 tests/node_tests/{test_font.py => font.py} | 0 .../{test_fractal_dimension.py => fractal_dimension.py} | 0 tests/node_tests/{test_grain_analysis.py => grain_analysis.py} | 0 ...st_grain_distance_transform.py => grain_distance_transform.py} | 0 tests/node_tests/{test_helpers.py => helpers.py} | 0 tests/node_tests/{test_histogram.py => histogram.py} | 0 tests/node_tests/{test_image.py => image.py} | 0 tests/node_tests/{test_image_demo.py => image_demo.py} | 0 tests/node_tests/{test_level_facet.py => level_facet.py} | 0 tests/node_tests/{test_level_plane.py => level_plane.py} | 0 tests/node_tests/{test_level_poly.py => level_poly.py} | 0 tests/node_tests/{test_line_correction.py => line_correction.py} | 0 tests/node_tests/{test_markup.py => markup.py} | 0 tests/node_tests/{test_mask_draw.py => mask_draw.py} | 0 tests/node_tests/{test_mask_invert.py => mask_invert.py} | 0 tests/node_tests/{test_mask_morphology.py => mask_morphology.py} | 0 tests/node_tests/{test_mask_operations.py => mask_operations.py} | 0 tests/node_tests/{test_mask_threshold.py => mask_threshold.py} | 0 tests/node_tests/{test_number.py => number.py} | 0 tests/node_tests/{test_preview_image.py => preview_image.py} | 0 tests/node_tests/{test_print_table.py => print_table.py} | 0 tests/node_tests/{test_psdf.py => psdf.py} | 0 tests/node_tests/{test_range_slider.py => range_slider.py} | 0 tests/node_tests/{test_rotate.py => rotate.py} | 0 tests/node_tests/{test_save.py => save.py} | 0 tests/node_tests/{test_save_layers.py => save_layers.py} | 0 tests/node_tests/{test_scar_removal.py => scar_removal.py} | 0 tests/node_tests/{test_statistics.py => statistics.py} | 0 tests/node_tests/{test_stats.py => stats.py} | 0 tests/node_tests/{test_value_io.py => value_io.py} | 0 tests/node_tests/{test_view_3d.py => view_3d.py} | 0 .../{test_watershed_segmentation.py => watershed_segmentation.py} | 0 51 files changed, 0 insertions(+), 0 deletions(-) rename tests/node_tests/{test_acf_2d.py => acf_2d.py} (100%) rename tests/node_tests/{test_angle_measure.py => angle_measure.py} (100%) rename tests/node_tests/{test_annotations.py => annotations.py} (100%) rename tests/node_tests/{test_colormap.py => colormap.py} (100%) rename tests/node_tests/{test_colormap_adjust.py => colormap_adjust.py} (100%) rename tests/node_tests/{test_coordinate.py => coordinate.py} (100%) rename tests/node_tests/{test_crop_resize.py => crop_resize.py} (100%) rename tests/node_tests/{test_cross_section.py => cross_section.py} (100%) rename tests/node_tests/{test_cursors.py => cursors.py} (100%) rename tests/node_tests/{test_curvature.py => curvature.py} (100%) rename tests/node_tests/{test_edge_detect.py => edge_detect.py} (100%) rename tests/node_tests/{test_execution.py => execution.py} (100%) rename tests/node_tests/{test_fft_2d.py => fft_2d.py} (100%) rename tests/node_tests/{test_filter_fft_1d.py => filter_fft_1d.py} (100%) rename tests/node_tests/{test_filter_fft_2d.py => filter_fft_2d.py} (100%) rename tests/node_tests/{test_filter_gaussian.py => filter_gaussian.py} (100%) rename tests/node_tests/{test_filter_median.py => filter_median.py} (100%) rename tests/node_tests/{test_fix_zero.py => fix_zero.py} (100%) rename tests/node_tests/{test_flip.py => flip.py} (100%) rename tests/node_tests/{test_font.py => font.py} (100%) rename tests/node_tests/{test_fractal_dimension.py => fractal_dimension.py} (100%) rename tests/node_tests/{test_grain_analysis.py => grain_analysis.py} (100%) rename tests/node_tests/{test_grain_distance_transform.py => grain_distance_transform.py} (100%) rename tests/node_tests/{test_helpers.py => helpers.py} (100%) rename tests/node_tests/{test_histogram.py => histogram.py} (100%) rename tests/node_tests/{test_image.py => image.py} (100%) rename tests/node_tests/{test_image_demo.py => image_demo.py} (100%) rename tests/node_tests/{test_level_facet.py => level_facet.py} (100%) rename tests/node_tests/{test_level_plane.py => level_plane.py} (100%) rename tests/node_tests/{test_level_poly.py => level_poly.py} (100%) rename tests/node_tests/{test_line_correction.py => line_correction.py} (100%) rename tests/node_tests/{test_markup.py => markup.py} (100%) rename tests/node_tests/{test_mask_draw.py => mask_draw.py} (100%) rename tests/node_tests/{test_mask_invert.py => mask_invert.py} (100%) rename tests/node_tests/{test_mask_morphology.py => mask_morphology.py} (100%) rename tests/node_tests/{test_mask_operations.py => mask_operations.py} (100%) rename tests/node_tests/{test_mask_threshold.py => mask_threshold.py} (100%) rename tests/node_tests/{test_number.py => number.py} (100%) rename tests/node_tests/{test_preview_image.py => preview_image.py} (100%) rename tests/node_tests/{test_print_table.py => print_table.py} (100%) rename tests/node_tests/{test_psdf.py => psdf.py} (100%) rename tests/node_tests/{test_range_slider.py => range_slider.py} (100%) rename tests/node_tests/{test_rotate.py => rotate.py} (100%) rename tests/node_tests/{test_save.py => save.py} (100%) rename tests/node_tests/{test_save_layers.py => save_layers.py} (100%) rename tests/node_tests/{test_scar_removal.py => scar_removal.py} (100%) rename tests/node_tests/{test_statistics.py => statistics.py} (100%) rename tests/node_tests/{test_stats.py => stats.py} (100%) rename tests/node_tests/{test_value_io.py => value_io.py} (100%) rename tests/node_tests/{test_view_3d.py => view_3d.py} (100%) rename tests/node_tests/{test_watershed_segmentation.py => watershed_segmentation.py} (100%) diff --git a/tests/node_tests/test_acf_2d.py b/tests/node_tests/acf_2d.py similarity index 100% rename from tests/node_tests/test_acf_2d.py rename to tests/node_tests/acf_2d.py diff --git a/tests/node_tests/test_angle_measure.py b/tests/node_tests/angle_measure.py similarity index 100% rename from tests/node_tests/test_angle_measure.py rename to tests/node_tests/angle_measure.py diff --git a/tests/node_tests/test_annotations.py b/tests/node_tests/annotations.py similarity index 100% rename from tests/node_tests/test_annotations.py rename to tests/node_tests/annotations.py diff --git a/tests/node_tests/test_colormap.py b/tests/node_tests/colormap.py similarity index 100% rename from tests/node_tests/test_colormap.py rename to tests/node_tests/colormap.py diff --git a/tests/node_tests/test_colormap_adjust.py b/tests/node_tests/colormap_adjust.py similarity index 100% rename from tests/node_tests/test_colormap_adjust.py rename to tests/node_tests/colormap_adjust.py diff --git a/tests/node_tests/test_coordinate.py b/tests/node_tests/coordinate.py similarity index 100% rename from tests/node_tests/test_coordinate.py rename to tests/node_tests/coordinate.py diff --git a/tests/node_tests/test_crop_resize.py b/tests/node_tests/crop_resize.py similarity index 100% rename from tests/node_tests/test_crop_resize.py rename to tests/node_tests/crop_resize.py diff --git a/tests/node_tests/test_cross_section.py b/tests/node_tests/cross_section.py similarity index 100% rename from tests/node_tests/test_cross_section.py rename to tests/node_tests/cross_section.py diff --git a/tests/node_tests/test_cursors.py b/tests/node_tests/cursors.py similarity index 100% rename from tests/node_tests/test_cursors.py rename to tests/node_tests/cursors.py diff --git a/tests/node_tests/test_curvature.py b/tests/node_tests/curvature.py similarity index 100% rename from tests/node_tests/test_curvature.py rename to tests/node_tests/curvature.py diff --git a/tests/node_tests/test_edge_detect.py b/tests/node_tests/edge_detect.py similarity index 100% rename from tests/node_tests/test_edge_detect.py rename to tests/node_tests/edge_detect.py diff --git a/tests/node_tests/test_execution.py b/tests/node_tests/execution.py similarity index 100% rename from tests/node_tests/test_execution.py rename to tests/node_tests/execution.py diff --git a/tests/node_tests/test_fft_2d.py b/tests/node_tests/fft_2d.py similarity index 100% rename from tests/node_tests/test_fft_2d.py rename to tests/node_tests/fft_2d.py diff --git a/tests/node_tests/test_filter_fft_1d.py b/tests/node_tests/filter_fft_1d.py similarity index 100% rename from tests/node_tests/test_filter_fft_1d.py rename to tests/node_tests/filter_fft_1d.py diff --git a/tests/node_tests/test_filter_fft_2d.py b/tests/node_tests/filter_fft_2d.py similarity index 100% rename from tests/node_tests/test_filter_fft_2d.py rename to tests/node_tests/filter_fft_2d.py diff --git a/tests/node_tests/test_filter_gaussian.py b/tests/node_tests/filter_gaussian.py similarity index 100% rename from tests/node_tests/test_filter_gaussian.py rename to tests/node_tests/filter_gaussian.py diff --git a/tests/node_tests/test_filter_median.py b/tests/node_tests/filter_median.py similarity index 100% rename from tests/node_tests/test_filter_median.py rename to tests/node_tests/filter_median.py diff --git a/tests/node_tests/test_fix_zero.py b/tests/node_tests/fix_zero.py similarity index 100% rename from tests/node_tests/test_fix_zero.py rename to tests/node_tests/fix_zero.py diff --git a/tests/node_tests/test_flip.py b/tests/node_tests/flip.py similarity index 100% rename from tests/node_tests/test_flip.py rename to tests/node_tests/flip.py diff --git a/tests/node_tests/test_font.py b/tests/node_tests/font.py similarity index 100% rename from tests/node_tests/test_font.py rename to tests/node_tests/font.py diff --git a/tests/node_tests/test_fractal_dimension.py b/tests/node_tests/fractal_dimension.py similarity index 100% rename from tests/node_tests/test_fractal_dimension.py rename to tests/node_tests/fractal_dimension.py diff --git a/tests/node_tests/test_grain_analysis.py b/tests/node_tests/grain_analysis.py similarity index 100% rename from tests/node_tests/test_grain_analysis.py rename to tests/node_tests/grain_analysis.py diff --git a/tests/node_tests/test_grain_distance_transform.py b/tests/node_tests/grain_distance_transform.py similarity index 100% rename from tests/node_tests/test_grain_distance_transform.py rename to tests/node_tests/grain_distance_transform.py diff --git a/tests/node_tests/test_helpers.py b/tests/node_tests/helpers.py similarity index 100% rename from tests/node_tests/test_helpers.py rename to tests/node_tests/helpers.py diff --git a/tests/node_tests/test_histogram.py b/tests/node_tests/histogram.py similarity index 100% rename from tests/node_tests/test_histogram.py rename to tests/node_tests/histogram.py diff --git a/tests/node_tests/test_image.py b/tests/node_tests/image.py similarity index 100% rename from tests/node_tests/test_image.py rename to tests/node_tests/image.py diff --git a/tests/node_tests/test_image_demo.py b/tests/node_tests/image_demo.py similarity index 100% rename from tests/node_tests/test_image_demo.py rename to tests/node_tests/image_demo.py diff --git a/tests/node_tests/test_level_facet.py b/tests/node_tests/level_facet.py similarity index 100% rename from tests/node_tests/test_level_facet.py rename to tests/node_tests/level_facet.py diff --git a/tests/node_tests/test_level_plane.py b/tests/node_tests/level_plane.py similarity index 100% rename from tests/node_tests/test_level_plane.py rename to tests/node_tests/level_plane.py diff --git a/tests/node_tests/test_level_poly.py b/tests/node_tests/level_poly.py similarity index 100% rename from tests/node_tests/test_level_poly.py rename to tests/node_tests/level_poly.py diff --git a/tests/node_tests/test_line_correction.py b/tests/node_tests/line_correction.py similarity index 100% rename from tests/node_tests/test_line_correction.py rename to tests/node_tests/line_correction.py diff --git a/tests/node_tests/test_markup.py b/tests/node_tests/markup.py similarity index 100% rename from tests/node_tests/test_markup.py rename to tests/node_tests/markup.py diff --git a/tests/node_tests/test_mask_draw.py b/tests/node_tests/mask_draw.py similarity index 100% rename from tests/node_tests/test_mask_draw.py rename to tests/node_tests/mask_draw.py diff --git a/tests/node_tests/test_mask_invert.py b/tests/node_tests/mask_invert.py similarity index 100% rename from tests/node_tests/test_mask_invert.py rename to tests/node_tests/mask_invert.py diff --git a/tests/node_tests/test_mask_morphology.py b/tests/node_tests/mask_morphology.py similarity index 100% rename from tests/node_tests/test_mask_morphology.py rename to tests/node_tests/mask_morphology.py diff --git a/tests/node_tests/test_mask_operations.py b/tests/node_tests/mask_operations.py similarity index 100% rename from tests/node_tests/test_mask_operations.py rename to tests/node_tests/mask_operations.py diff --git a/tests/node_tests/test_mask_threshold.py b/tests/node_tests/mask_threshold.py similarity index 100% rename from tests/node_tests/test_mask_threshold.py rename to tests/node_tests/mask_threshold.py diff --git a/tests/node_tests/test_number.py b/tests/node_tests/number.py similarity index 100% rename from tests/node_tests/test_number.py rename to tests/node_tests/number.py diff --git a/tests/node_tests/test_preview_image.py b/tests/node_tests/preview_image.py similarity index 100% rename from tests/node_tests/test_preview_image.py rename to tests/node_tests/preview_image.py diff --git a/tests/node_tests/test_print_table.py b/tests/node_tests/print_table.py similarity index 100% rename from tests/node_tests/test_print_table.py rename to tests/node_tests/print_table.py diff --git a/tests/node_tests/test_psdf.py b/tests/node_tests/psdf.py similarity index 100% rename from tests/node_tests/test_psdf.py rename to tests/node_tests/psdf.py diff --git a/tests/node_tests/test_range_slider.py b/tests/node_tests/range_slider.py similarity index 100% rename from tests/node_tests/test_range_slider.py rename to tests/node_tests/range_slider.py diff --git a/tests/node_tests/test_rotate.py b/tests/node_tests/rotate.py similarity index 100% rename from tests/node_tests/test_rotate.py rename to tests/node_tests/rotate.py diff --git a/tests/node_tests/test_save.py b/tests/node_tests/save.py similarity index 100% rename from tests/node_tests/test_save.py rename to tests/node_tests/save.py diff --git a/tests/node_tests/test_save_layers.py b/tests/node_tests/save_layers.py similarity index 100% rename from tests/node_tests/test_save_layers.py rename to tests/node_tests/save_layers.py diff --git a/tests/node_tests/test_scar_removal.py b/tests/node_tests/scar_removal.py similarity index 100% rename from tests/node_tests/test_scar_removal.py rename to tests/node_tests/scar_removal.py diff --git a/tests/node_tests/test_statistics.py b/tests/node_tests/statistics.py similarity index 100% rename from tests/node_tests/test_statistics.py rename to tests/node_tests/statistics.py diff --git a/tests/node_tests/test_stats.py b/tests/node_tests/stats.py similarity index 100% rename from tests/node_tests/test_stats.py rename to tests/node_tests/stats.py diff --git a/tests/node_tests/test_value_io.py b/tests/node_tests/value_io.py similarity index 100% rename from tests/node_tests/test_value_io.py rename to tests/node_tests/value_io.py diff --git a/tests/node_tests/test_view_3d.py b/tests/node_tests/view_3d.py similarity index 100% rename from tests/node_tests/test_view_3d.py rename to tests/node_tests/view_3d.py diff --git a/tests/node_tests/test_watershed_segmentation.py b/tests/node_tests/watershed_segmentation.py similarity index 100% rename from tests/node_tests/test_watershed_segmentation.py rename to tests/node_tests/watershed_segmentation.py