Skip to content

Commit

Permalink
Add the FLAG_ROW column to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mweastwood committed Mar 5, 2015
1 parent 59e1a32 commit a5292bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function test_bandpass(gains,data,model)
bandpass_args["--input"] = name
ms["DATA"] = data
ms["FLAG"] = flags
ms["FLAG_ROW"] = zeros(Bool,Nbase)
finalize(ms)

TTCal.run_bandpass(bandpass_args)
Expand Down

0 comments on commit a5292bb

Please sign in to comment.