Skip to content

Commit

Permalink
Update echopype/convert/set_groups_azfp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Emilio Mayorga <[email protected]>
  • Loading branch information
praneethratna and emiliom authored Sep 26, 2023
1 parent 250597f commit 7cab189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echopype/convert/set_groups_azfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def set_vendor(self) -> xr.Dataset:
"ad_len": (["ad_len"], list(range(len(unpacked_data["ad"][0])))),
"phase_number": (
["phase_number"],
sorted([int(num) for num in parameters["phase_number"]], reverse=False),
sorted([int(num) for num in parameters["phase_number"]]),
),
},
)
Expand Down

0 comments on commit 7cab189

Please sign in to comment.