Skip to content

Commit

Permalink
set_index bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga authored Sep 15, 2023
1 parent f4e7742 commit 10894aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecoscope/io/earthranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ def get_patrol_observations(
f"Getting observations for subject_id={subject_id} start_time={patrol_start_time} end_time={patrol_end_time}"
f"failed for: {e}"
)
return ecoscope.base.Relocations(pd.concat(observations)).set_index("id")
return ecoscope.base.Relocations(pd.concat(observations))

def get_patrol_segment_events(
Expand Down

0 comments on commit 10894aa

Please sign in to comment.