Skip to content

Commit

Permalink
fix test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Aug 9, 2023
1 parent 45f06bc commit 95fede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvdata/uvdata/tests/test_uvh5.py
Original file line number Diff line number Diff line change
Expand Up @@ -3482,7 +3482,7 @@ def setup_class(self):
uvd.write_uvh5(self.fl_singlebl)

time_keep = np.min(uvd.time_array)
uvd2 = UVData.from_file(self.fl, times=time_keep)
uvd2 = UVData.from_file(self.fl, times=time_keep, use_future_array_shapes=True)
self.fl_singletime = os.path.join(self.tmp_path.name, "singletime.uvh5")
uvd2.write_uvh5(self.fl_singletime)

Expand Down

0 comments on commit 95fede3

Please sign in to comment.