Skip to content

Commit

Permalink
Minor corrections in optimised sensor managers
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhiscocks committed Aug 11, 2022
1 parent 8441dba commit b30cf04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stonesoup/sensormanager/optimise.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def _optimiser(self, optimise_func, all_action_generators):
disp=self.disp)

if self.full_output:
print('Full output:', result)
result = result[0]

return np.atleast_1d(result)
Expand Down Expand Up @@ -137,7 +136,7 @@ class OptimizeBasinHoppingSensorManager(_OptimizeSensorManager):
doc='Set to True to print status messages.')
niter_success: int = Property(default=None,
doc='Stop the run if the global minimum candidate '
'remains the same'
'remains the same '
'for this number of iterations.')

def _optimiser(self, optimise_func, all_action_generators):
Expand Down

0 comments on commit b30cf04

Please sign in to comment.