Skip to content

Commit

Permalink
Adjust imports in the wx gui to the new directory layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kienzle authored and bmaranville committed Feb 4, 2025
1 parent 3b8c34e commit 02435b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions refl1d/wx_gui/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from refl1d.sample.material import SLD
from .interactor import BaseInteractor
from .util import setpar
from .config import pick_radius
from .config import rho_color, rhoI_color, disabled_color


class MaterialInteractor(BaseInteractor):
Expand Down
2 changes: 1 addition & 1 deletion refl1d/wx_gui/model_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from matplotlib.backends.backend_wxagg import NavigationToolbar2WxAgg
from matplotlib.figure import Figure

from refl1d.names.experiment import MixedExperiment
from refl1d.experiment import MixedExperiment

# from .binder import pixel_to_data
from .interactor import BaseInteractor
Expand Down
1 change: 1 addition & 0 deletions refl1d/wx_gui/profilei.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from .config import layer_hysteresis, rho_color, rhoI_color, rhoM_color, thetaM_color
from .interactor import BaseInteractor, safecall
from .interface import InterfaceInteractor
from .thickness import ThicknessInteractor

blend_xy = transforms.blended_transform_factory

Expand Down

0 comments on commit 02435b7

Please sign in to comment.