Skip to content

Instantly share code, notes, and snippets.

@bsipocz
Created January 30, 2015 17:45
Show Gist options
  • Save bsipocz/94b44e6f58c1419b8e33 to your computer and use it in GitHub Desktop.
Save bsipocz/94b44e6f58c1419b8e33 to your computer and use it in GitHub Desktop.
photutils test on 32bit with numpy 1.8.2 and scipy 0.12.1
======================================================================= test session starts =======================================================================
platform linux2 -- Python 2.7.3 -- pytest-2.5.1 -- /usr/bin/python
Running tests with Astropy version 1.1.dev11780.
Running tests in photutils.
Platform: Linux-3.2.0-4-686-pae-i686-with-debian-7.8
Executable: /usr/bin/python
Full Python Version:
2.7.3 (default, Mar 14 2014, 11:57:14)
[GCC 4.7.2]
encodings: sys: ascii, locale: ISO-8859-1, filesystem: ISO-8859-1, unicode bits: 20
byteorder: little
float info: dig: 15, mant_dig: 15
Numpy: 1.8.2
Scipy: 0.12.1
Matplotlib: 1.4.2
scikit-image: 0.10.1
astropy: 1.1.dev11780
collected 421 items
photutils/segmentation.py: [doctest] photutils.segmentation.properties_table PASSED
photutils/segmentation.py: [doctest] photutils.segmentation.relabel_segments PASSED
photutils/segmentation.py: [doctest] photutils.segmentation.relabel_sequential PASSED
photutils/segmentation.py: [doctest] photutils.segmentation.remove_border_segments PASSED
photutils/segmentation.py: [doctest] photutils.segmentation.remove_masked_segments PASSED
photutils/segmentation.py: [doctest] photutils.segmentation.remove_segments PASSED
photutils/segmentation.py: [doctest] photutils.segmentation.segment_properties PASSED
photutils/datasets/load.py: [doctest] photutils.datasets.load.get_path PASSED
photutils/datasets/tests/test_load.py:8: test_get_path PASSED
photutils/datasets/tests/test_load.py:13: test_load_fermi_image PASSED
photutils/datasets/tests/test_load.py:19: test_load_star_image SKIPPED
photutils/datasets/tests/test_make.py:23: test_make_noise_image PASSED
photutils/datasets/tests/test_make.py:30: test_make_noise_image_poisson PASSED
photutils/datasets/tests/test_make.py:37: test_make_noise_image_nomean PASSED
photutils/datasets/tests/test_make.py:46: test_make_noise_image_nostddev PASSED
photutils/datasets/tests/test_make.py:55: test_make_noise_image_unit PASSED
photutils/datasets/tests/test_make.py:64: test_make_poisson_noise PASSED
photutils/datasets/tests/test_make.py:72: test_make_poisson_noise_negative PASSED
photutils/datasets/tests/test_make.py:80: test_make_poisson_noise_unit PASSED
photutils/datasets/tests/test_make.py:90: test_make_gaussian_sources PASSED
photutils/datasets/tests/test_make.py:97: test_make_gaussian_sources_amplitude PASSED
photutils/datasets/tests/test_make.py:106: test_make_gaussian_sources_oversample PASSED
photutils/datasets/tests/test_make.py:113: test_make_gaussian_sources_parameters PASSED
photutils/datasets/tests/test_make.py:121: test_make_gaussian_sources_unit PASSED
photutils/datasets/tests/test_make.py:130: test_make_random_gaussians PASSED
photutils/datasets/tests/test_make.py:138: test_make_random_gaussians_amplitude PASSED
photutils/datasets/tests/test_make.py:146: test_make_4gaussians_image PASSED
photutils/datasets/tests/test_make.py:154: test_make_100gaussians_image PASSED
photutils/detection/tests/test_core.py:34: TestDetectThreshold.test_snr PASSED
photutils/detection/tests/test_core.py:40: TestDetectThreshold.test_snr_zero PASSED
photutils/detection/tests/test_core.py:46: TestDetectThreshold.test_background PASSED
photutils/detection/tests/test_core.py:51: TestDetectThreshold.test_background_image PASSED
photutils/detection/tests/test_core.py:57: TestDetectThreshold.test_background_badshape PASSED
photutils/detection/tests/test_core.py:62: TestDetectThreshold.test_error PASSED
photutils/detection/tests/test_core.py:67: TestDetectThreshold.test_error_image PASSED
photutils/detection/tests/test_core.py:73: TestDetectThreshold.test_error_badshape PASSED
photutils/detection/tests/test_core.py:78: TestDetectThreshold.test_background_error PASSED
photutils/detection/tests/test_core.py:83: TestDetectThreshold.test_background_error_images PASSED
photutils/detection/tests/test_core.py:91: TestDetectThreshold.test_mask_val PASSED
photutils/detection/tests/test_core.py:97: TestDetectThreshold.test_image_mask PASSED
photutils/detection/tests/test_core.py:109: TestDetectThreshold.test_image_mask_override PASSED
photutils/detection/tests/test_core.py:121: TestDetectSources.test_detection PASSED
photutils/detection/tests/test_core.py:126: TestDetectSources.test_small_sources PASSED
photutils/detection/tests/test_core.py:131: TestDetectSources.test_zerothresh PASSED
photutils/detection/tests/test_core.py:136: TestDetectSources.test_zerodet PASSED
photutils/detection/tests/test_core.py:141: TestDetectSources.test_8connectivity PASSED
photutils/detection/tests/test_core.py:147: TestDetectSources.test_4connectivity PASSED
photutils/detection/tests/test_core.py:154: TestDetectSources.test_filter_kernel PASSED
photutils/detection/tests/test_core.py:162: TestDetectSources.test_npixels_nonint PASSED
photutils/detection/tests/test_core.py:167: TestDetectSources.test_npixels_negative PASSED
photutils/detection/tests/test_core.py:172: TestDetectSources.test_connectivity_invalid PASSED
photutils/detection/tests/test_core.py:177: TestDetectSources.test_filtering PASSED
photutils/detection/tests/test_core.py:185: TestDetectSources.test_filtering_kernel PASSED
photutils/detection/tests/test_core.py:197: TestFindPeaks.test_find_peaks PASSED
photutils/detection/tests/test_core.py:205: TestFindPeaks.test_segment_image PASSED
photutils/detection/tests/test_core.py:212: TestFindPeaks.test_segment_image_npeaks PASSED
photutils/detection/tests/test_core.py:219: TestFindPeaks.test_segment_image_shape PASSED
photutils/detection/tests/test_core.py:224: TestFindPeaks.test_exclude_border PASSED
photutils/detection/tests/test_core.py:229: TestFindPeaks.test_zerodet PASSED
photutils/detection/tests/test_core.py:234: TestFindPeaks.test_min_separation_int PASSED
photutils/detection/tests/test_findstars.py:37: TestDAOFind.test_daofind[8.0-1.0] PASSED
photutils/detection/tests/test_findstars.py:37: TestDAOFind.test_daofind[8.0-1.5] PASSED
photutils/detection/tests/test_findstars.py:37: TestDAOFind.test_daofind[8.0-2.0] PASSED
photutils/detection/tests/test_findstars.py:37: TestDAOFind.test_daofind[10.0-1.0] PASSED
photutils/detection/tests/test_findstars.py:37: TestDAOFind.test_daofind[10.0-1.5] PASSED
photutils/detection/tests/test_findstars.py:37: TestDAOFind.test_daofind[10.0-2.0] PASSED
photutils/detection/tests/test_findstars.py:48: TestDAOFind.test_daofind_include_border PASSED
photutils/detection/tests/test_findstars.py:53: TestDAOFind.test_daofind_exclude_border PASSED
photutils/detection/tests/test_findstars.py:58: TestDAOFind.test_daofind_nosources PASSED
photutils/detection/tests/test_findstars.py:63: TestDAOFind.test_daofind_sharpness PASSED
photutils/detection/tests/test_findstars.py:68: TestDAOFind.test_daofind_roundness PASSED
photutils/detection/tests/test_findstars.py:73: TestDAOFind.test_daofind_flux_negative PASSED
photutils/detection/tests/test_findstars.py:84: TestIRAFStarFind.test_irafstarfind[8.0-1.0] PASSED
photutils/detection/tests/test_findstars.py:84: TestIRAFStarFind.test_irafstarfind[8.0-1.5] PASSED
photutils/detection/tests/test_findstars.py:84: TestIRAFStarFind.test_irafstarfind[8.0-2.0] PASSED
photutils/detection/tests/test_findstars.py:84: TestIRAFStarFind.test_irafstarfind[10.0-1.0] PASSED
photutils/detection/tests/test_findstars.py:84: TestIRAFStarFind.test_irafstarfind[10.0-1.5] PASSED
photutils/detection/tests/test_findstars.py:84: TestIRAFStarFind.test_irafstarfind[10.0-2.0] PASSED
photutils/detection/tests/test_findstars.py:95: TestIRAFStarFind.test_irafstarfind_nosources PASSED
photutils/detection/tests/test_findstars.py:100: TestIRAFStarFind.test_irafstarfind_sharpness PASSED
photutils/detection/tests/test_findstars.py:105: TestIRAFStarFind.test_irafstarfind_roundness PASSED
photutils/detection/tests/test_findstars.py:110: TestIRAFStarFind.test_irafstarfind_sky PASSED
photutils/detection/tests/test_findstars.py:114: TestIRAFStarFind.test_irafstarfind_largesky PASSED
photutils/extern/stats.py: [doctest] photutils.extern.stats.mad_std PASSED
photutils/extern/imageutils/nddata/utils.py: [doctest] photutils.extern.imageutils.nddata.utils.add_array PASSED
photutils/extern/imageutils/nddata/utils.py: [doctest] photutils.extern.imageutils.nddata.utils.extract_array PASSED
photutils/extern/imageutils/nddata/utils.py: [doctest] photutils.extern.imageutils.nddata.utils.subpixel_indices PASSED
photutils/extern/imageutils/nddata/tests/test_utils.py:23: test_extract_array PASSED
photutils/extern/imageutils/nddata/tests/test_utils.py:36: test_add_array_odd_shape PASSED
photutils/extern/imageutils/nddata/tests/test_utils.py:51: test_add_array_even_shape PASSED
photutils/extern/imageutils/nddata/tests/test_utils.py:66: test_subpixel_indices[position0-subpixel_index0] PASSED
photutils/extern/imageutils/nddata/tests/test_utils.py:66: test_subpixel_indices[position1-subpixel_index1] PASSED
photutils/extern/imageutils/nddata/tests/test_utils.py:66: test_subpixel_indices[position2-subpixel_index2] PASSED
photutils/extern/imageutils/nddata/tests/test_utils.py:66: test_subpixel_indices[position3-subpixel_index3] PASSED
photutils/extern/imageutils/nddata/tests/test_utils.py:66: test_subpixel_indices[position4-subpixel_index4] PASSED
photutils/extern/imageutils/nddata/tests/test_utils.py:66: test_subpixel_indices[position5-subpixel_index5] PASSED
photutils/extern/imageutils/stats/sigma_clipping.py: [doctest] photutils.extern.imageutils.stats.sigma_clipping.sigma_clip PASSED
photutils/extern/imageutils/stats/tests/test_sigma_clipping.py:24: test_sigma_clip PASSED
photutils/extern/imageutils/stats/tests/test_sigma_clipping.py:68: test_compare_to_scipy_sigmaclip PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:15: TestInterval.test_manual PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:21: TestInterval.test_minmax PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:27: TestInterval.test_percentile PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:33: TestInterval.test_asymmetric_percentile PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:15: TestIntervalList.test_manual PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:21: TestIntervalList.test_minmax PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:27: TestIntervalList.test_percentile PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:33: TestIntervalList.test_asymmetric_percentile PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:47: test_integers PASSED
photutils/extern/imageutils/visualization/tests/test_interval.py:66: test_constant_data PASSED
photutils/extern/imageutils/visualization/tests/test_norm.py:20: test_error_message SKIPPED
photutils/extern/imageutils/visualization/tests/test_norm.py:27: test_normalize_scalar PASSED
photutils/extern/imageutils/visualization/tests/test_norm.py:35: test_normalize_clip PASSED
photutils/extern/imageutils/visualization/tests/test_norm.py:48: test_normalize_noclip PASSED
photutils/extern/imageutils/visualization/tests/test_norm.py:63: test_masked_normalize_clip PASSED
photutils/extern/imageutils/visualization/tests/test_norm.py:77: test_masked_normalize_noclip PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch0] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch1] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch2] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch3] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch4] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch5] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch6] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch7] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch8] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch9] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch10] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:35: TestStretch.test_no_clip[stretch11] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch0] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch1] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch2] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch3] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch4] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch5] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch6] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch7] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch8] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch9] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch10] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:41: TestStretch.test_clip[stretch11] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch0] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch1] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch2] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch3] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch4] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch5] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch6] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch7] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch8] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch9] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch10] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:47: TestStretch.test_inplace[stretch11] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch0] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch1] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch2] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch3] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch4] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch5] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch6] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch7] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch8] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch9] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch10] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:56: TestStretch.test_round_trip[stretch11] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch0] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch1] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch2] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch3] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch4] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch5] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch6] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch7] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch8] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch9] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch10] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:62: TestStretch.test_inplace_roundtrip[stretch11] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch0] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch1] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch2] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch3] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch4] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch5] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch6] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch7] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch8] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch9] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch10] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:70: TestStretch.test_double_inverse[stretch11] PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:74: TestStretch.test_inverted PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:80: TestStretch.test_chaining PASSED
photutils/extern/imageutils/visualization/tests/test_stretch.py:93: test_clip_invalid PASSED
photutils/extern/imageutils/visualization/tests/test_ui.py:14: TestImageScaling.test_linear PASSED
photutils/extern/imageutils/visualization/tests/test_ui.py:19: TestImageScaling.test_sqrt PASSED
photutils/extern/imageutils/visualization/tests/test_ui.py:24: TestImageScaling.test_power PASSED
photutils/extern/imageutils/visualization/tests/test_ui.py:30: TestImageScaling.test_log PASSED
photutils/extern/imageutils/visualization/tests/test_ui.py:36: TestImageScaling.test_asinh PASSED
photutils/extern/imageutils/visualization/tests/test_ui.py:43: TestImageScaling.test_min PASSED
photutils/extern/tests/test_stats.py:10: test_mad_std PASSED
photutils/extern/tests/test_stats.py:16: test_gaussian_fwhm_to_sigma PASSED
photutils/extern/tests/test_stats.py:21: test_gaussian_sigma_to_fwhm PASSED
photutils/extern/tests/test_stats.py:26: test_gaussian_sigma_to_fwhm_to_sigma PASSED
photutils/tests/test_aperture_photometry.py:39: test_outside_array[aperture_class0-params0] PASSED
photutils/tests/test_aperture_photometry.py:39: test_outside_array[aperture_class1-params1] PASSED
photutils/tests/test_aperture_photometry.py:39: test_outside_array[aperture_class2-params2] PASSED
photutils/tests/test_aperture_photometry.py:39: test_outside_array[aperture_class3-params3] PASSED
photutils/tests/test_aperture_photometry.py:39: test_outside_array[aperture_class4-params4] PASSED
photutils/tests/test_aperture_photometry.py:39: test_outside_array[aperture_class5-params5] PASSED
photutils/tests/test_aperture_photometry.py:48: test_inside_array_simple[aperture_class0-params0] PASSED
photutils/tests/test_aperture_photometry.py:48: test_inside_array_simple[aperture_class1-params1] PASSED
photutils/tests/test_aperture_photometry.py:48: test_inside_array_simple[aperture_class2-params2] PASSED
photutils/tests/test_aperture_photometry.py:48: test_inside_array_simple[aperture_class3-params3] PASSED
photutils/tests/test_aperture_photometry.py:48: test_inside_array_simple[aperture_class4-params4] PASSED
photutils/tests/test_aperture_photometry.py:48: test_inside_array_simple[aperture_class5-params5] PASSED
photutils/tests/test_aperture_photometry.py:65: test_aperture_plots[aperture_class0-params0] PASSED
photutils/tests/test_aperture_photometry.py:65: test_aperture_plots[aperture_class1-params1] PASSED
photutils/tests/test_aperture_photometry.py:65: test_aperture_plots[aperture_class2-params2] PASSED
photutils/tests/test_aperture_photometry.py:65: test_aperture_plots[aperture_class3-params3] PASSED
photutils/tests/test_aperture_photometry.py:65: test_aperture_plots[aperture_class4-params4] PASSED
photutils/tests/test_aperture_photometry.py:65: test_aperture_plots[aperture_class5-params5] PASSED
photutils/tests/test_aperture_photometry.py:76: test_aperture_pixel_positions PASSED
photutils/tests/test_aperture_photometry.py:94: TestCircular.test_scalar_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:129: TestCircular.test_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:165: TestCircular.test_quantity_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:183: TestCircular.test_scalar_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:221: TestCircular.test_array_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:258: TestCircular.test_array_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:94: TestCircularArray.test_scalar_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:129: TestCircularArray.test_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:165: TestCircularArray.test_quantity_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:183: TestCircularArray.test_scalar_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:221: TestCircularArray.test_array_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:258: TestCircularArray.test_array_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:94: TestCircularAnnulus.test_scalar_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:129: TestCircularAnnulus.test_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:165: TestCircularAnnulus.test_quantity_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:183: TestCircularAnnulus.test_scalar_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:221: TestCircularAnnulus.test_array_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:258: TestCircularAnnulus.test_array_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:94: TestCircularAnnulusArray.test_scalar_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:129: TestCircularAnnulusArray.test_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:165: TestCircularAnnulusArray.test_quantity_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:183: TestCircularAnnulusArray.test_scalar_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:221: TestCircularAnnulusArray.test_array_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:258: TestCircularAnnulusArray.test_array_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:94: TestElliptical.test_scalar_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:129: TestElliptical.test_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:165: TestElliptical.test_quantity_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:183: TestElliptical.test_scalar_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:221: TestElliptical.test_array_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:258: TestElliptical.test_array_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:94: TestEllipticalAnnulus.test_scalar_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:129: TestEllipticalAnnulus.test_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:165: TestEllipticalAnnulus.test_quantity_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:183: TestEllipticalAnnulus.test_scalar_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:221: TestEllipticalAnnulus.test_array_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:258: TestEllipticalAnnulus.test_array_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:94: TestRectangularAperture.test_scalar_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:129: TestRectangularAperture.test_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:165: TestRectangularAperture.test_quantity_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:183: TestRectangularAperture.test_scalar_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:221: TestRectangularAperture.test_array_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:258: TestRectangularAperture.test_array_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:94: TestRectangularAnnulus.test_scalar_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:129: TestRectangularAnnulus.test_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:165: TestRectangularAnnulus.test_quantity_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:183: TestRectangularAnnulus.test_scalar_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:221: TestRectangularAnnulus.test_array_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:258: TestRectangularAnnulus.test_array_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:94: TestMaskedSkipCircular.test_scalar_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:129: TestMaskedSkipCircular.test_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:165: TestMaskedSkipCircular.test_quantity_scalar_error_scalar_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:183: TestMaskedSkipCircular.test_scalar_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:221: TestMaskedSkipCircular.test_array_error_no_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:258: TestMaskedSkipCircular.test_array_error_array_effective_gain PASSED
photutils/tests/test_aperture_photometry.py:412: TestInputPrimaryHDU.test_basic_circular_aperture_photometry PASSED
photutils/tests/test_aperture_photometry.py:412: TestInputHDUList.test_basic_circular_aperture_photometry PASSED
photutils/tests/test_aperture_photometry.py:412: TestInputNDData.test_basic_circular_aperture_photometry PASSED
photutils/tests/test_aperture_photometry.py:464: test_wcs_based_photometry_to_catalogue SKIPPED
photutils/tests/test_aperture_photometry.py:503: test_wcs_based_photometry PASSED
photutils/tests/test_aperture_photometry.py:608: test_basic_circular_aperture_photometry_unit PASSED
photutils/tests/test_aperture_photometry.py:634: test_aperture_photometry_with_error_units PASSED
photutils/tests/test_aperture_photometry.py:651: test_aperture_photometry_inputs_with_mask PASSED
photutils/tests/test_aperture_photometry.py:676: test_ellipse_exact_grid[3.469906-3.923861394-3.0] PASSED
photutils/tests/test_aperture_photometry.py:676: test_ellipse_exact_grid[0.383441518826-0.383441518826-0.3] PASSED
photutils/tests/test_background.py:35: TestBackground.test_mask_badshape PASSED
photutils/tests/test_background.py:39: TestBackground.test_invalid_method PASSED
photutils/tests/test_background.py:43: TestBackground.test_background[filter_shape0-method0] PASSED
photutils/tests/test_background.py:43: TestBackground.test_background[filter_shape1-method1] PASSED
photutils/tests/test_background.py:43: TestBackground.test_background[filter_shape2-method2] PASSED
photutils/tests/test_background.py:43: TestBackground.test_background[filter_shape3-method3] PASSED
photutils/tests/test_background.py:43: TestBackground.test_background[filter_shape4-method4] PASSED
photutils/tests/test_background.py:43: TestBackground.test_background[filter_shape5-method5] PASSED
photutils/tests/test_background.py:43: TestBackground.test_background[filter_shape6-method6] PASSED
photutils/tests/test_background.py:43: TestBackground.test_background[filter_shape7-method7] PASSED
photutils/tests/test_background.py:54: TestBackground.test_background_nonconstant PASSED
photutils/tests/test_background.py:63: TestBackground.test_background_padding[filter_shape0-method0] PASSED
photutils/tests/test_background.py:63: TestBackground.test_background_padding[filter_shape1-method1] PASSED
photutils/tests/test_background.py:63: TestBackground.test_background_padding[filter_shape2-method2] PASSED
photutils/tests/test_background.py:63: TestBackground.test_background_padding[filter_shape3-method3] PASSED
photutils/tests/test_background.py:63: TestBackground.test_background_padding[filter_shape4-method4] PASSED
photutils/tests/test_background.py:63: TestBackground.test_background_padding[filter_shape5-method5] PASSED
photutils/tests/test_background.py:63: TestBackground.test_background_padding[filter_shape6-method6] PASSED
photutils/tests/test_background.py:63: TestBackground.test_background_padding[filter_shape7-method7] PASSED
photutils/tests/test_background.py:72: TestBackground.test_background_mask[box_shape0] PASSED
photutils/tests/test_background.py:72: TestBackground.test_background_mask[box_shape1] PASSED
photutils/tests/test_background.py:82: TestBackground.test_filter_threshold PASSED
photutils/tests/test_background.py:90: TestBackground.test_filter_threshold_high PASSED
photutils/tests/test_background.py:99: TestBackground.test_filter_threshold_nofilter PASSED
photutils/tests/test_background.py:108: TestBackground.test_custom_method PASSED
photutils/tests/test_background.py:115: TestBackground.test_custom_return_nonarray PASSED
photutils/tests/test_background.py:123: TestBackground.test_custom_return_masked_array PASSED
photutils/tests/test_background.py:131: TestBackground.test_custom_return_badshape PASSED
photutils/tests/test_morphology.py:30: test_centroids[25.7-26.2-3.2-5.7-0.523598775598] PASSED
photutils/tests/test_morphology.py:30: test_centroids[25.7-26.2-3.2-5.7-0.785398163397] PASSED
photutils/tests/test_morphology.py:30: test_centroids[25.7-26.2-3.2-4.1-0.523598775598] PASSED
photutils/tests/test_morphology.py:30: test_centroids[25.7-26.2-3.2-4.1-0.785398163397] PASSED
photutils/tests/test_morphology.py:30: test_centroids[25.7-26.2-4.0-5.7-0.523598775598] PASSED
photutils/tests/test_morphology.py:30: test_centroids[25.7-26.2-4.0-5.7-0.785398163397] PASSED
photutils/tests/test_morphology.py:30: test_centroids[25.7-26.2-4.0-4.1-0.523598775598] PASSED
photutils/tests/test_morphology.py:30: test_centroids[25.7-26.2-4.0-4.1-0.785398163397] PASSED
photutils/tests/test_morphology.py:47: test_centroids_witherror[25.7-26.2-3.2-5.7-0.523598775598] PASSED
photutils/tests/test_morphology.py:47: test_centroids_witherror[25.7-26.2-3.2-5.7-0.785398163397] PASSED
photutils/tests/test_morphology.py:47: test_centroids_witherror[25.7-26.2-3.2-4.1-0.523598775598] PASSED
photutils/tests/test_morphology.py:47: test_centroids_witherror[25.7-26.2-3.2-4.1-0.785398163397] PASSED
photutils/tests/test_morphology.py:47: test_centroids_witherror[25.7-26.2-4.0-5.7-0.523598775598] PASSED
photutils/tests/test_morphology.py:47: test_centroids_witherror[25.7-26.2-4.0-5.7-0.785398163397] PASSED
photutils/tests/test_morphology.py:47: test_centroids_witherror[25.7-26.2-4.0-4.1-0.523598775598] PASSED
photutils/tests/test_morphology.py:47: test_centroids_witherror[25.7-26.2-4.0-4.1-0.785398163397] PASSED
photutils/tests/test_morphology.py:63: test_centroids_withmask PASSED
photutils/tests/test_morphology.py:79: test_centroids_mask PASSED
photutils/tests/test_morphology.py:90: test_centroid_com_mask_shape PASSED
photutils/tests/test_morphology.py:101: test_data_properties PASSED
photutils/tests/test_morphology.py:114: test_gaussian1d_moments PASSED
photutils/tests/test_psf_photometry.py:47: test_create_prf_mean PASSED
photutils/tests/test_psf_photometry.py:55: test_create_prf_median PASSED
photutils/tests/test_psf_photometry.py:63: test_create_prf_nan PASSED
photutils/tests/test_psf_photometry.py:75: test_create_prf_flux PASSED
photutils/tests/test_psf_photometry.py:84: test_discrete_prf_fit PASSED
photutils/tests/test_psf_photometry.py:99: test_psf_photometry_discrete PASSED
photutils/tests/test_psf_photometry.py:109: test_tune_coordinates PASSED
photutils/tests/test_psf_photometry.py:121: test_psf_boundary PASSED
photutils/tests/test_psf_photometry.py:132: test_psf_boundary_gaussian PASSED
photutils/tests/test_psf_photometry.py:143: test_psf_photometry_gaussian PASSED
photutils/tests/test_psf_photometry.py:154: test_subtract_psf PASSED
photutils/tests/test_psfs.py:18: test_subpixel_gauss_psf[0.001] PASSED
photutils/tests/test_psfs.py:18: test_subpixel_gauss_psf[0.01] PASSED
photutils/tests/test_psfs.py:18: test_subpixel_gauss_psf[0.1] PASSED
photutils/tests/test_psfs.py:18: test_subpixel_gauss_psf[1] PASSED
photutils/tests/test_psfs.py:30: test_gaussian_psf_integral[0.5] PASSED
photutils/tests/test_psfs.py:30: test_gaussian_psf_integral[1.0] PASSED
photutils/tests/test_psfs.py:30: test_gaussian_psf_integral[2.0] PASSED
photutils/tests/test_psfs.py:30: test_gaussian_psf_integral[10.0] PASSED
photutils/tests/test_psfs.py:30: test_gaussian_psf_integral[12.34] PASSED
photutils/tests/test_segmentation.py:46: TestSegmentProperties.test_segment_shape PASSED
photutils/tests/test_segmentation.py:50: TestSegmentProperties.test_label_invalid[0] PASSED
photutils/tests/test_segmentation.py:50: TestSegmentProperties.test_label_invalid[-1] PASSED
photutils/tests/test_segmentation.py:55: TestSegmentProperties.test_label_missing[0] PASSED
photutils/tests/test_segmentation.py:55: TestSegmentProperties.test_label_missing[-1] PASSED
photutils/tests/test_segmentation.py:62: TestSegmentProperties.test_wcs PASSED
photutils/tests/test_segmentation.py:74: TestSegmentProperties.test_nowcs PASSED
photutils/tests/test_segmentation.py:80: TestSegmentProperties.test_to_table PASSED
photutils/tests/test_segmentation.py:93: TestSegmentPropertiesFunctionInputs.test_segment_shape PASSED
photutils/tests/test_segmentation.py:98: TestSegmentPropertiesFunctionInputs.test_error_shape PASSED
photutils/tests/test_segmentation.py:103: TestSegmentPropertiesFunctionInputs.test_effective_gain_shape PASSED
photutils/tests/test_segmentation.py:109: TestSegmentPropertiesFunctionInputs.test_background_shape PASSED
photutils/tests/test_segmentation.py:114: TestSegmentPropertiesFunctionInputs.test_mask_shape PASSED
photutils/tests/test_segmentation.py:119: TestSegmentPropertiesFunctionInputs.test_labels PASSED
photutils/tests/test_segmentation.py:123: TestSegmentPropertiesFunctionInputs.test_invalidlabels PASSED
photutils/tests/test_segmentation.py:131: TestSegmentPropertiesFunction.test_properties PASSED
photutils/tests/test_segmentation.py:172: TestSegmentPropertiesFunction.test_properties_background_notNone PASSED
photutils/tests/test_segmentation.py:178: TestSegmentPropertiesFunction.test_properties_error_background_None PASSED
photutils/tests/test_segmentation.py:183: TestSegmentPropertiesFunction.test_cutout_shapes PASSED
photutils/tests/test_segmentation.py:194: TestSegmentPropertiesFunction.test_make_cutout PASSED
photutils/tests/test_segmentation.py:200: TestSegmentPropertiesFunction.test_segmentation_inputs[2.0-None-None] PASSED
photutils/tests/test_segmentation.py:200: TestSegmentPropertiesFunction.test_segmentation_inputs[2.0-2.0-None] PASSED
photutils/tests/test_segmentation.py:200: TestSegmentPropertiesFunction.test_segmentation_inputs[2.0-10000000000.0-None] PASSED
photutils/tests/test_segmentation.py:200: TestSegmentPropertiesFunction.test_segmentation_inputs[2.0-2.0-0.0] PASSED
photutils/tests/test_segmentation.py:230: TestSegmentPropertiesFunction.test_data_allzero PASSED
photutils/tests/test_segmentation.py:238: TestSegmentPropertiesFunction.test_mask PASSED
photutils/tests/test_segmentation.py:251: TestSegmentPropertiesFunction.test_effective_gain_negative PASSED
photutils/tests/test_segmentation.py:257: TestSegmentPropertiesFunction.test_single_pixel_segment PASSED
photutils/tests/test_segmentation.py:263: TestSegmentPropertiesFunction.test_filtering PASSED
photutils/tests/test_segmentation.py:279: TestSegmentPropertiesFunction.test_filtering_kernel PASSED
photutils/tests/test_segmentation.py:301: TestPropertiesTable.test_properties_table PASSED
photutils/tests/test_segmentation.py:307: TestPropertiesTable.test_properties_table_include PASSED
photutils/tests/test_segmentation.py:315: TestPropertiesTable.test_properties_table_include_invalidname PASSED
photutils/tests/test_segmentation.py:321: TestPropertiesTable.test_properties_table_exclude PASSED
photutils/tests/test_segmentation.py:330: TestPropertiesTable.test_properties_table_empty_props PASSED
photutils/tests/test_segmentation.py:335: TestPropertiesTable.test_properties_table_empty_list PASSED
photutils/tests/test_segmentation.py:339: TestPropertiesTable.test_properties_table_wcs PASSED
photutils/tests/test_segmentation.py:353: test_relabel_sequential[1] PASSED
photutils/tests/test_segmentation.py:353: test_relabel_sequential[5] PASSED
photutils/tests/test_segmentation.py:361: test_relabel_sequential_start_invalid[0] PASSED
photutils/tests/test_segmentation.py:361: test_relabel_sequential_start_invalid[-1] PASSED
photutils/tests/test_segmentation.py:368: test_remove_segments PASSED
photutils/tests/test_segmentation.py:375: test_remove_segments_relabel PASSED
photutils/tests/test_segmentation.py:382: test_remove_border_segments PASSED
photutils/tests/test_segmentation.py:388: test_remove_masked_segments PASSED
photutils/tests/test_segmentation.py:397: test_remove_masked_segments_partial_overlap PASSED
photutils/tests/test_segmentation.py:406: test_remove_masked_segments_input_shapes PASSED
photutils/utils/interpolation.py: [doctest] photutils.utils.interpolation.mask_to_mirrored_num PASSED
photutils/utils/tests/test_interpolation.py:19: TestInterpolateMaskedData.test_mask_shape PASSED
photutils/utils/tests/test_interpolation.py:23: TestInterpolateMaskedData.test_error_shape PASSED
photutils/utils/tests/test_interpolation.py:27: TestInterpolateMaskedData.test_background_shape PASSED
photutils/utils/tests/test_interpolation.py:31: TestInterpolateMaskedData.test_interpolation PASSED
photutils/utils/tests/test_interpolation.py:44: TestInterpolateMaskedData.test_interpolation_larger_mask PASSED
photutils/utils/tests/test_interpolation.py:61: TestMaskToMirroredNum.test_mask_to_mirrored_num PASSED
photutils/utils/tests/test_interpolation.py:76: TestMaskToMirroredNum.test_mask_to_mirrored_num_range PASSED
photutils/utils/tests/test_interpolation.py:92: TestMaskToMirroredNum.test_mask_to_mirrored_num_masked PASSED
photutils/utils/tests/test_interpolation.py:108: TestMaskToMirroredNum.test_mask_to_mirrored_num_bbox PASSED
photutils/utils/tests/test_prepare_data.py:21: TestCalculateTotalError.test_error_shape PASSED
photutils/utils/tests/test_prepare_data.py:26: TestCalculateTotalError.test_gain_shape PASSED
photutils/utils/tests/test_prepare_data.py:31: TestCalculateTotalError.test_gain_le_zero[0] PASSED
photutils/utils/tests/test_prepare_data.py:31: TestCalculateTotalError.test_gain_le_zero[-1] PASSED
photutils/utils/tests/test_prepare_data.py:37: TestCalculateTotalError.test_gain_scalar PASSED
photutils/utils/tests/test_prepare_data.py:42: TestCalculateTotalError.test_gain_array PASSED
photutils/utils/tests/test_random_state.py:9: test_seed[None] PASSED
photutils/utils/tests/test_random_state.py:9: test_seed[seed1] PASSED
photutils/utils/tests/test_random_state.py:9: test_seed[1] PASSED
photutils/utils/tests/test_random_state.py:9: test_seed[seed3] PASSED
photutils/utils/tests/test_random_state.py:15: test_invalid_seed[1.0] PASSED
photutils/utils/tests/test_random_state.py:15: test_invalid_seed[seed1] PASSED
============================================================= 418 passed, 3 skipped in 139.73 seconds =============================================================
bsipocz@apm6:~/devel/photutils$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment