@ -1,5 +1,4 @@
#![doc = include_str!("../../README.md")]
#![allow(non_snake_case)]
#[cfg(test)]
extern crate approx;
@ -1,4 +1,4 @@
//! Module containing an hypothesis test for constraint based algorithms like chi-squared test, F test, etc...
//! Module for constraint based algorithms containing hypothesis test algorithms like chi-squared test, F test, etc...
use std::collections::BTreeSet;