8000 Add semicolon · scikit-optimize/scikit-optimize@c95a3e5 · GitHub
[go: up one dir, main page]

Ski 8000 p to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit c95a3e5

Browse files
kerncglouppe
authored andcommitted
Add semicolon
1 parent 8c29916 commit c95a3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skopt/space/space.py

Lines changed: 1 addition & 1 deletion
4A37
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def __init__(self, low, high, prior="uniform", base=10, transform=None,
274274
" got {}".format(self.dtype))
275275
elif isinstance(self.dtype, type) and \
276276
not np.issubdtype(self.dtype, np.floating):
277-
raise ValueError("dtype must be a np.floating subtype"
277+
raise ValueError("dtype must be a np.floating subtype;"
278278
" got {}".format(self.dtype))
279279

280280
if transform is None:

0 commit comments

Comments
 (0)
0