Skip to content

Commit

Permalink
use correct tempdir for vis writing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev McElhinney committed Apr 8, 2022
1 parent e3ac30d commit a652b7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/calibrate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,7 @@ pub fn test_cal_vis_output_avg_time() {

let tmp_dir = TempDir::new().expect("couldn't make tmp dir").into_path();

// XXX
// let in_vis_path = tmp_dir.join("vis.uvfits");
let in_vis_path = PathBuf::from("/tmp/vis.uvfits");
let in_vis_path = tmp_dir.join("vis.uvfits");

let phase_centre = RADec::new_degrees(0., -27.);
let array_pos = LatLngHeight::new_mwa();
Expand Down

0 comments on commit a652b7b

Please sign in to comment.