mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 14:15:31 +00:00
test bootstrapping
This commit is contained in:
@@ -8,9 +8,11 @@ mod integration {
|
||||
use super::command::get_command;
|
||||
|
||||
#[test]
|
||||
#[ignore] // expensive
|
||||
fn wham_1d() {
|
||||
get_command()
|
||||
.args(&["--bins", "100", "--max", "4.5", "--min", "0.7", "-T", "310"])
|
||||
.args(&["--bt", "100", "--seed", "1234"])
|
||||
.args(&["-f", "example/1d/metadata.dat"])
|
||||
.args(&["-o", "/tmp/wham_test_1d.out"])
|
||||
.output()
|
||||
@@ -27,6 +29,7 @@ mod integration {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore] // expensive
|
||||
fn wham_1d_cyclic() {
|
||||
get_command()
|
||||
.args(&["--bins", "100", "--max", "pi", "--min", "-pi", "-T", "300", "--cyclic"])
|
||||
|
||||
Reference in New Issue
Block a user