diff --git a/reCTBN/src/lib.rs b/reCTBN/src/lib.rs index b1cf773..db33ae4 100644 --- a/reCTBN/src/lib.rs +++ b/reCTBN/src/lib.rs @@ -1,5 +1,4 @@ #![doc = include_str!("../../README.md")] - #![allow(non_snake_case)] #[cfg(test)] extern crate approx; diff --git a/reCTBN/src/structure_learning/hypothesis_test.rs b/reCTBN/src/structure_learning/hypothesis_test.rs index 1404b8e..f931e77 100644 --- a/reCTBN/src/structure_learning/hypothesis_test.rs +++ b/reCTBN/src/structure_learning/hypothesis_test.rs @@ -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;