-
-
Notifications
You must be signed in to change notification settings - Fork 37
Refactor Validation class #69
Copy link
Copy link
Closed
Labels
enhancementNew feature of requestNew feature of requestin progressThis issue is being actively worked onThis issue is being actively worked on
Metadata
Metadata
Assignees
Labels
enhancementNew feature of requestNew feature of requestin progressThis issue is being actively worked onThis issue is being actively worked on
Currently the PyNomaly library is using a validation class that offers several methods that print a warning and return a bool. Based on the returned bool value we either call some other function or even call sys.exit(). The following things should be changed: