Skip to main content

audit

Function audit 

Source
pub fn audit(
    site: &str,
    before: &Ledger,
    after: &Ledger,
    rel_tol: f64,
) -> Result<(), Violation>
Expand description

Audit with one tolerance for every quantity.

The uniform case, kept because most simulations are one and because changing this signature would break every caller for the sake of an argument they would pass a constant to.