pyIntensityFeatures.tests.test_utils_coords =========================================== .. py:module:: pyIntensityFeatures.tests.test_utils_coords .. autoapi-nested-parse:: Tests for functions in `utils.coords`. .. !! processed by numpydoc !! Attributes ---------- .. autoapisummary:: pyIntensityFeatures.tests.test_utils_coords.apexpy Classes ------- .. autoapisummary:: pyIntensityFeatures.tests.test_utils_coords.TestTimeFuncs pyIntensityFeatures.tests.test_utils_coords.TestSliceMinMax pyIntensityFeatures.tests.test_utils_coords.TestConvertGeoToMag Module Contents --------------- .. py:data:: apexpy :value: None .. py:class:: TestTimeFuncs(methodName='runTest') Bases: :py:obj:`unittest.TestCase` Tests for time-handling functions. .. !! processed by numpydoc !! .. py:method:: setUp() Set up the test runs. .. !! processed by numpydoc !! .. py:method:: tearDown() Tear down the test environment. .. !! processed by numpydoc !! .. py:method:: test_as_datetime() Test success for datetime casting. .. !! processed by numpydoc !! .. py:class:: TestSliceMinMax(methodName='runTest') Bases: :py:obj:`unittest.TestCase` Tests for `get_slice_mlat_max_min`. .. !! processed by numpydoc !! .. py:method:: setUp() Set up the test runs. .. !! processed by numpydoc !! .. py:method:: tearDown() Tear down the test environment. .. !! processed by numpydoc !! .. py:method:: test_get_slice_mlat_max_min_all_good() Test with all bins valid. .. !! processed by numpydoc !! .. py:method:: test_get_slice_mlat_max_min_with_cutout() Test with a cutout in samples. .. !! processed by numpydoc !! .. py:method:: test_get_slice_mlat_max_min_all_bad() Test with no valid samples. .. !! processed by numpydoc !! .. py:class:: TestConvertGeoToMag(methodName='runTest') Bases: :py:obj:`unittest.TestCase` Tests for `convert_geo_to_mag`. .. !! processed by numpydoc !! .. py:method:: setUp() Set up the test runs. .. !! processed by numpydoc !! .. py:method:: tearDown() Tear down the test environment. .. !! processed by numpydoc !! .. py:method:: test_aacgmv2_conversion() Test that the conversion with the AACGMV2 methods. .. !! processed by numpydoc !! .. py:method:: test_apexpy_conversion() Test that the conversion with the apexpy methods. .. !! processed by numpydoc !! .. py:method:: test_apexpy_conversion_no_apexpy() Test the conversion raises ValueError with the apexpy methods. .. !! processed by numpydoc !!