Skip to content

Commit

Permalink
fix x_orientation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and plaplant committed Jan 15, 2020
1 parent 8f70f13 commit a0a9dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvdata/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ def test_uvcalibrate_apply_gains():
uvd = pyuvdata.UVData()
uvd.read(os.path.join(DATA_PATH, 'zen.2457698.40355.xx.HH.uvcAA'))
# give it an x_orientation
uvd.x_orientation = 'e'
uvd.x_orientation = 'east'
uvc = pyuvdata.UVCal()
uvc.read_calfits(os.path.join(DATA_PATH, 'zen.2457698.40355.xx.gain.calfits'))
# assign gain scale manually
Expand Down

0 comments on commit a0a9dff

Please sign in to comment.