Skip to content

Commit

Permalink
Remove false positiv runpath check
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Sep 2, 2024
1 parent cd017c4 commit fde81ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ert/run_models/manual_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ def name(cls) -> str:
@classmethod
def description(cls) -> str:
return "Load parameters and responses from existing → update"

def check_if_runpath_exists(self) -> bool:
# Will not run a forward model, so does not create files on runpath
return False

0 comments on commit fde81ca

Please sign in to comment.