From 4e91629ebb99e34b4cef798a13674d1ae629c86d Mon Sep 17 00:00:00 2001
From: dmt <>
Date: Mon, 28 Oct 2019 21:18:57 +0100
Subject: [PATCH] Define errors for nonreducable and to small learnblocks

---
 cml/shared/errors.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/cml/shared/errors.py b/cml/shared/errors.py
index a45f95e..966f47c 100644
--- a/cml/shared/errors.py
+++ b/cml/shared/errors.py
@@ -10,3 +10,11 @@ class NoModelReconstructedError(BaseError):
 
 class DeconstructionFailed(BaseError):
     pass
+
+
+class NotEnoughFeaturesWarning(BaseError):
+    pass
+
+
+class NotReducableLearnblockWarning(BaseError):
+    pass
-- 
GitLab