// ============================================================================
// Tests
// ============================================================================
#[cfg(test)]
mod tests {
use super::*;
include!("isolation_tests_method.rs");
include!("isolation_tests_spectral.rs");
}