-
-
Notifications
You must be signed in to change notification settings - Fork 524
Open
Description
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"""
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels