Skip to content

Commit

Permalink
remove redundant herbert_off (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Mar 9, 2023
1 parent 062c066 commit 9cdf4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitbenchmarking/controllers/horace_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ def cleanup(self):
# Allow repeat calls to cleanup without falling over
if self.cost_func.problem.format != 'horace':
try:
self.eng.evalc('horace_off; herbert_off;')
self.eng.evalc('horace_off;')
except matlab.engine.MatlabExecutionError:
pass

0 comments on commit 9cdf4f3

Please sign in to comment.