You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Pythia ships with a handful of validators, we need to come up with a guide that explain how additional custom validators can be built in Pythia using a descriptive developer guide
The text was updated successfully, but these errors were encountered:
2. Create a method with the validator name to be called
This part will allow us to call specific validators using only the name and also allow us to prepare
the input and also how the validator is user (input, output or both base on the config)
Add the method in the ValidatorCall clss in validator_call.py
We control what validators are executed using the config.yaml file therefore we have to add the new created
validator the file and enable him. Also we can specify what field to be use for the input or output ( null if no support)
Currently Pythia ships with a handful of validators, we need to come up with a guide that explain how additional custom validators can be built in Pythia using a descriptive developer guide
The text was updated successfully, but these errors were encountered: