Skip to content

Commit

Permalink
Remove the everest load entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
verveerpj committed Nov 27, 2024
1 parent 398aa3e commit dd7925c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 430 deletions.
9 changes: 0 additions & 9 deletions docs/everest/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,6 @@ The command above is equivalent to having the following export section defined i
export:
batches: []
==============
Everest `load`
==============

.. argparse::
:module: everest.bin.everload_script
:func: _build_args_parser
:prog: everload_entry

==============
Everest `lint`
Expand Down
197 changes: 0 additions & 197 deletions src/everest/bin/everload_script.py

This file was deleted.

5 changes: 0 additions & 5 deletions src/everest/bin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from everest.bin.everest_script import everest_entry
from everest.bin.everexport_script import everexport_entry
from everest.bin.everlint_script import lint_entry
from everest.bin.everload_script import everload_entry
from everest.bin.kill_script import kill_entry
from everest.bin.monitor_script import monitor_entry
from everest.bin.visualization_script import visualization_entry
Expand Down Expand Up @@ -132,10 +131,6 @@ def lint(self, args):
"""Validate a config file"""
lint_entry(args)

def load(self, args):
"""Load Eclipse data from an existing simulation folder"""
everload_entry(args)

def render(self, args):
"""Display the configuration data loaded from a config file"""
config_dump_entry(args)
Expand Down
Loading

0 comments on commit dd7925c

Please sign in to comment.