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

Remove unnecessary imports update thermal module tests #183

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions sunkit_spex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
from .version import version as __version__

from . import extern
from .legacy import fitting
from .models.physical import io, thermal

__all__ = []
11 changes: 0 additions & 11 deletions sunkit_spex/legacy/fitting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
from . import (
data_loader,
fitter,
instruments,
io,
likelihoods,
nu_spec_code,
parameter_handler,
photon_models_for_fitting,
rainbow_text,
)
2 changes: 1 addition & 1 deletion sunkit_spex/models/physical/tests/test_thermal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import astropy.units as u

from sunkit_spex import thermal
from sunkit_spex.models.physical import thermal

# Manually load file that was used to compile expected flux values.
thermal.setup_continuum_parameters(
Expand Down