macro_rules! assert_fidelity_passes {
($result:expr) => { ... };
($statistical:expr, $schema:expr, $correlation:expr, $threshold:expr) => { ... };
}Expand description
Assert that fidelity passes the threshold.
macro_rules! assert_fidelity_passes {
($result:expr) => { ... };
($statistical:expr, $schema:expr, $correlation:expr, $threshold:expr) => { ... };
}Assert that fidelity passes the threshold.