Skip to content
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

Fix warnings raised by test_add_sed #132

Open
kelle opened this issue Nov 14, 2024 · 0 comments
Open

Fix warnings raised by test_add_sed #132

kelle opened this issue Nov 14, 2024 · 0 comments

Comments

@kelle
Copy link
Member

kelle commented Nov 14, 2024

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column age has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column age_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column distance has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column distance_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column parallax has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column parallax_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column radius has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column radius_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column fbol has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column fbol_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column Lbol has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column Lbol_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column mass has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column mass_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column Teff has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column Teff_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  IndexError('index 0 is out of bounds for axis 0 with size 0')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column age has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column age_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column distance has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column distance_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column parallax has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column parallax_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column radius has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column radius_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column fbol has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column fbol_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column Lbol has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column Lbol_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column mass has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column mass_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column Teff has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(

tests/test_catalog.py::TestCatalog::test_add_SED
  /Users/kelle/miniforge3/envs/py313/lib/python3.13/site-packages/astropy/table/table.py:4382: AstropyUserWarning: column Teff_unc has a unit but is kept as a MaskedColumn as an attempt to convert it to Quantity failed with:
  TypeError('Cannot convert fill_value ? to dtype float64')
    warnings.warn(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant