Skip to content

Commit

Permalink
just make madgics models not break, help_text can be updated later
Browse files Browse the repository at this point in the history
  • Loading branch information
andycasey committed Oct 30, 2024
1 parent 19c9a21 commit e3662f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/astra/models/madgics.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from astra.models.base import BaseModel
from astra.models.source import Source
from astra.models.spectrum import (Spectrum, SpectrumMixin)
from astra.models.fields import PixelArray, PixelArrayAccessorHDF, BasePixelArrayAccessor, LogLambdaArrayAccessor
from astra.fields import PixelArray, PixelArrayAccessorHDF, BasePixelArrayAccessor, LogLambdaArrayAccessor
from astra.specutils.resampling import wave_to_pixel, sincint

from astra.glossary import Glossary
Expand Down

0 comments on commit e3662f1

Please sign in to comment.