Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frode-aarstad committed Nov 15, 2024
1 parent 90c7a4c commit cc33a48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ert/simulator/batch_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ def _check_suffix(

for control_name, control in controls.items():
ext_config = self.parameter_configurations[control_name]

# fix this

if isinstance(ext_config, ExtParamConfig):
if len(ext_config) != len(control.keys()):
raise KeyError(
Expand Down

0 comments on commit cc33a48

Please sign in to comment.