Skip to content

Commit

Permalink
Change screenLogger output ... to .
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Bruzat committed Aug 19, 2019
1 parent 7bbb4d5 commit f74a72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bayes_opt/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _format_number(self, x):
if "." in s:
return s[:self._default_cell_size]
else:
return s[:self._default_cell_size - 3] + "..."
return s[:self._default_cell_size - 1] + "."
return s

def _format_key(self, key):
Expand Down

0 comments on commit f74a72e

Please sign in to comment.