disbi.validators module

This file collects field validators that are common to the domain of systems biology.

disbi.validators.validate_flux(value)

Validate that a value is in [-1000, 1000].

disbi.validators.validate_probabilty(value)

Validate that a value is in [0, 1].