Skip to content

Commit

Permalink
Move results visualizer module to root
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Jul 19, 2023
1 parent 5dbb42e commit 12e4f0b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aurora/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from aurora import __version__
from aurora.experiment import ExperimentBuilder
from aurora.interface.menus import CyclingResultsWidget
from aurora.inventory import InventoryManager
from aurora.results import CyclingResultsWidget


class MainPanel(ipw.VBox):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import ipywidgets as ipw

from aurora.interface.analyze import (OutputExplorerComponent,
ResultsPlotterComponent)
from .analyze import OutputExplorerComponent, ResultsPlotterComponent


class CyclingResultsWidget(ipw.VBox):
Expand Down

0 comments on commit 12e4f0b

Please sign in to comment.