Skip to content

Commit

Permalink
AMAROC-681 remove obsolete calculation step
Browse files Browse the repository at this point in the history
  • Loading branch information
regDaniel committed Nov 10, 2023
1 parent bb1a3df commit f56721c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ampycloud/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,6 @@ def _merge_close_groups(self):
prelim_groups = self._calculate_sligrolay_base_height(
'groups', prelim_groups, oids
)
prelim_groups = self._add_sligrolay_information(
'groups', prelim_groups, oids
)
# Ordering by altitude
prelim_groups.sort_values('alt_base', inplace=True)
prelim_groups.reset_index(drop=True, inplace=True)
Expand Down

0 comments on commit f56721c

Please sign in to comment.