Skip to content
Snippets Groups Projects
Commit 4e91629e authored by dmt's avatar dmt
Browse files

Define errors for nonreducable and to small learnblocks

parent e8dc4637
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,11 @@ class NoModelReconstructedError(BaseError):
class DeconstructionFailed(BaseError):
pass
class NotEnoughFeaturesWarning(BaseError):
pass
class NotReducableLearnblockWarning(BaseError):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment