Skip to content

Commit

Permalink
FIX: Another attempted fix for endian issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Oct 14, 2024
1 parent 4e44611 commit 8332b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filters/test_gatefilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def test_moment_based_gate_filter():
assert gfilter2.gate_excluded[0, -1] is np.True_


sonde = netCDF4.Dataset(pyart.testing.SONDE_FILE, "r")
sonde = netCDF4.Dataset(pyart.testing.SONDE_FILE, format="NETCDF4")
radar3 = pyart.io.read(pyart.testing.NEXRAD_ARCHIVE_MSG31_COMPRESSED_FILE)
z_dict, temp_dict = pyart.retrieve.map_profile_to_gates(
sonde.variables["tdry"][:], sonde.variables["alt"][:], radar3, toa=16500
Expand Down

0 comments on commit 8332b67

Please sign in to comment.