Skip to content

Commit

Permalink
Fixing broken tests caused by COMPASS solns change
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Sep 19, 2023
1 parent 7679000 commit da2cec5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyuvdata/uvdata/tests/test_mir_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def compass_soln_file(tmp_path_factory):
file["reBandpassArr"] = bp_soln.real
file["imBandpassArr"] = bp_soln.imag

# Populate the SEFD values
file["sefdArr"] = np.ones(bp_soln.shape)

# This number is pulled from the test mir_data object, in in_data["mjd"].
file["mjdArr"] = np.array([[59054.69153811]])

Expand Down

0 comments on commit da2cec5

Please sign in to comment.