Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Nov 29, 2024
1 parent 8ece05f commit a99ed16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ert/libres_facade.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
if TYPE_CHECKING:
from ert.config import (
EnkfObs,
WorkflowJob,
)
from ert.storage import Ensemble, Storage

Expand Down Expand Up @@ -210,9 +209,6 @@ def load_all_misfit_data(ensemble: Ensemble) -> DataFrame:

return misfit

def get_workflow_job(self, name: str) -> Optional["WorkflowJob"]:
return self.config.workflow_jobs.get(name)

def run_ertscript( # type: ignore
self,
ertscript,
Expand Down

0 comments on commit a99ed16

Please sign in to comment.