Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Jan 30, 2022
1 parent 03d4a0c commit 93e4d2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adaptive_learning_manager/service/AdaptationManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def analyse(self):
def plan(self, suitable_configs):
if len(suitable_configs) == 0:
return None
elif len(suitable_configs) == 1:
return suitable_configs[0]
else:
return goals.pick_best_config(suitable_configs, self.current_context['goal'])

Expand Down

0 comments on commit 93e4d2f

Please sign in to comment.