mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-11 14:45:32 +00:00
unignore slow tests
This commit is contained in:
@@ -54,7 +54,6 @@ mod integration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
// Test if convdt runs have the same result as normal runs
|
|
||||||
fn wham_convdt() {
|
fn wham_convdt() {
|
||||||
// run wham with convdt
|
// run wham with convdt
|
||||||
let output_file = "/tmp/wham_test_convdt.out";
|
let output_file = "/tmp/wham_test_convdt.out";
|
||||||
@@ -113,7 +112,6 @@ mod integration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
// #[ignore]
|
|
||||||
fn wham_1d_cyclic_bootstrap() {
|
fn wham_1d_cyclic_bootstrap() {
|
||||||
let output_file = "/tmp/wham_test_1d_cyclic_bt.out";
|
let output_file = "/tmp/wham_test_1d_cyclic_bt.out";
|
||||||
get_command()
|
get_command()
|
||||||
@@ -136,7 +134,6 @@ mod integration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
// #[ignore] // expensive
|
|
||||||
fn wham_2d_cyclic() {
|
fn wham_2d_cyclic() {
|
||||||
let output_file = "/tmp/wham_test_2d_cyclic.out";
|
let output_file = "/tmp/wham_test_2d_cyclic.out";
|
||||||
let out=
|
let out=
|
||||||
|
|||||||
Reference in New Issue
Block a user