Skip to content

Commit

Permalink
Remove report step from results gen data
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Sep 4, 2024
1 parent 0303a8a commit 57d96f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ert/simulator/batch_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ def callback(*args, **kwargs):
)

for key in results:
ens_config.addNode(
GenDataConfig(name=key, input_file=f"{key}_%d", report_steps=[0])
)
ens_config.addNode(GenDataConfig(name=key, input_file=f"{key}"))

def _setup_sim(
self,
Expand Down

0 comments on commit 57d96f9

Please sign in to comment.