Small formatting fix and rewording of a docstring

pull/68/head
Meliurwen 2 years ago
parent 245b3b5d45
commit 3522e1b6f6
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 1
      reCTBN/src/lib.rs
  2. 2
      reCTBN/src/structure_learning/hypothesis_test.rs

@ -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;

Loading…
Cancel
Save