Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frode-aarstad committed Oct 31, 2024
1 parent 65d92fc commit 95691cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion ci/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ run_everest_tests () {
python -m pytest tests/everest -s \
--ignore-glob "*test_visualization_entry*" \
-m "not requires_eclipse"
xvfb-run -s "-screen 0 640x480x24" --auto-servernum python -m pytest tests/everest -s
}

start_tests () {
Expand Down
6 changes: 2 additions & 4 deletions src/everest/bin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,8 @@ def kill(self, args):
kill_entry(args)

def gui(self, args):
"""Start the graphical user interface (Deprecated)"""
print(
"The gui command has been deprecated. Please use the run command instead."
)
"""Start the graphical user interface (Removed)"""
print("The gui command has been removed. Please use the run command instead.")

def export(self, args):
"""Export data from a completed optimization case"""
Expand Down

0 comments on commit 95691cb

Please sign in to comment.