From c95a3e590d2a73450ada2e5f5ab5eac1bbff0d99 Mon Sep 17 00:00:00 2001 From: kernc Date: Wed, 21 Apr 2021 16:29:27 +0200 Subject: [PATCH] Add semicolon --- skopt/space/space.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skopt/space/space.py b/skopt/space/space.py index 4335ef9b..329b0c18 100644 --- a/skopt/space/space.py +++ b/skopt/space/space.py @@ -274,7 +274,7 @@ def __init__(self, low, high, prior="uniform", base=10, transform=None, " got {}".format(self.dtype)) elif isinstance(self.dtype, type) and \ not np.issubdtype(self.dtype, np.floating): - raise ValueError("dtype must be a np.floating subtype" + raise ValueError("dtype must be a np.floating subtype;" " got {}".format(self.dtype)) if transform is None: