Skip to content

Commit

Permalink
FMUPool: Drop result_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jul 15, 2024
1 parent b914319 commit 7e1b218
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions otfmi/fmu_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ def __init__(
)
self.__logger = kwargs.pop("logger", False)
self.kwargs_simulate = kwargs
# Handle results in memory. Using file can induce ambiguities.
# If need be, AssimilationPy's fmu_pool may contain another solution.
self.kwargs_simulate.setdefault("options", dict())["result_handling"] = "memory"

def run(self):
"""Run simulation and store results in the queue."""
Expand Down

0 comments on commit 7e1b218

Please sign in to comment.