Skip to content

Commit

Permalink
only test first timestep
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Nov 6, 2024
1 parent 6d06754 commit a9dd229
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4010,7 +4010,6 @@ EOF
"birli",
"-m", metafits_path.to_str().unwrap(),
"-u", uvf_path.to_str().unwrap(),
"--no-flag-metafits",
"--no-digital-gains",
"--no-draw-progress",
"--pfb-gains", "none",
Expand Down Expand Up @@ -4109,7 +4108,7 @@ EOF
"birli",
"-m", metafits_path.to_str().unwrap(),
"-u", uvf_path.to_str().unwrap(),
"--no-flag-metafits",
"--sel-time", "0", "0",
"--no-digital-gains",
"--no-draw-progress",
"--pfb-gains", "none",
Expand Down Expand Up @@ -4197,7 +4196,7 @@ EOF
let tmp_dir = tempdir().unwrap();
let uvf_path = tmp_dir.path().join("1254670392.uvfits");

let (metafits_path, _) = get_1254670392_avg_paths();
let metafits_path = "tests/data/1254670392_avg/1254670392.fixed.metafits";

let expected_csv_path =
PathBuf::from("tests/data/1254670392_avg/pyuvdata_1254670392.vvnoc.csv");
Expand All @@ -4207,15 +4206,14 @@ EOF
"birli",
"-m", metafits_path,
"-u", uvf_path.to_str().unwrap(),
"--sel-time", "0", "0",
"--van-vleck",
"--no-flag-metafits",
"--no-digital-gains",
"--no-draw-progress",
"--pfb-gains", "none",
"--no-rfi",
"--no-cable-delay",
"--no-geometric-delay",
// "--sel-time", "0", "0",
"--no-flag-dc",
"--flag-edge-width", "0",
"--flag-init", "0",
Expand Down

0 comments on commit a9dd229

Please sign in to comment.