We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006b979 commit 4df7b26Copy full SHA for 4df7b26
bayes_opt/logger.py
@@ -96,9 +96,6 @@ def _format_number(self, x: float) -> str:
96
width -= dot_pos
97
if width > 0:
98
result += s[dot_pos : dot_pos + width]
99
- else:
100
- head = s[:e_pos] if "e" in s else s
101
- result += head[:width]
102
if "e" in s:
103
result += end
104
result = result.ljust(self._default_cell_size)
0 commit comments