fix unit tests

This commit is contained in:
Daniel Bauer
2018-11-13 10:36:15 +01:00
parent 8876997583
commit 814230be18

View File

@@ -52,7 +52,7 @@ pub fn run_bootstrap(cfg: &Config, ds: Dataset, P: &[f64], num_runs: usize) -> (
(P_std, A_std)
}
#[test]
#[cfg(tests)]
mod tests {
use super::*;
use super::super::k_B;