Skip to content

Commit

Permalink
Remove leftover debug comment (#7362)
Browse files Browse the repository at this point in the history
  • Loading branch information
berland authored Mar 5, 2024
1 parent 2048dfe commit 04a246d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/ensemble_evaluator/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class RealizationSnapshot(BaseModel):
active: Optional[bool] = None
start_time: Optional[datetime.datetime] = None
end_time: Optional[datetime.datetime] = None
forward_models: Dict[str, ForwardModel] = {} # CHANGEMEBACK
forward_models: Dict[str, ForwardModel] = {}


class SnapshotDict(BaseModel):
Expand Down

0 comments on commit 04a246d

Please sign in to comment.