Skip to content

Commit

Permalink
Port ert forward model steps to plugin format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Jun 17, 2024
1 parent 21a8505 commit 7d8bb2a
Show file tree
Hide file tree
Showing 18 changed files with 576 additions and 108 deletions.
2 changes: 2 additions & 0 deletions src/ert/shared/hook_implementations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .forward_model_steps import installable_forward_model_steps
from .help_resources import help_links
from .jobs import installable_jobs, installable_workflow_jobs, job_documentation
from .site_config import site_config_lines
Expand All @@ -10,4 +11,5 @@
"job_documentation",
"site_config_lines",
"legacy_ertscript_workflow",
"installable_forward_model_steps",
]
Loading

0 comments on commit 7d8bb2a

Please sign in to comment.