Skip to content

jedi 0.19.2 crashing on specutils completion #2067

@jdtsmith

Description

@jdtsmith

A reliable jedi crash (IPython 9.3.0, Jedi 0.19.2) can be obtained with:

import astropy.units as u
import numpy as np
from specutils import Spectrum1D
sp=Spectrum1D(np.random.random(400)*10 * u.mJy, np.linspace(5,38,400) * u.um)
sp. # [Tab]

crashing with:

sp.Oops Jedi has crashed, please report a bug with the following:
   ...: """
   ...: Ran out of input
   ...: s"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions