Skip to content

Commit

Permalink
FIX: Update accessor.py (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhamidali committed Sep 18, 2023
1 parent 3cd0acb commit cd38bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/xradar/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ def get_gate_x_y_z(self, sweep, edges=False, filter_transitions=False):
self.xradar = self.xradar.xradar.georeference()

data = self.xradar[f"sweep_{sweep}"].xradar.georeference()
return data["x"].values, data["y"].values, data["x"].values
return data["x"].values, data["y"].values, data["z"].values

0 comments on commit cd38bce

Please sign in to comment.