Skip to content

Commit

Permalink
fix test_proximity
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling authored May 21, 2024
1 parent 4b5d2fb commit 2c113a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_proiximity.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_proximity(er_io):
for row in er_features.iterrows():
prox_profile.spatial_features.append(SpatialFeature(row[1]["name"], row[1]["pk"], row[1]["geometry"]))

relocations = er_io.get_subjectgroup_observations(group_name=er_io.GROUP_NAME)
relocations = er_io.get_subjectgroup_observations(subject_group_name=er_io.GROUP_NAME)
trajectory = Trajectory.from_relocations(relocations)

proximity_events = Proximity.calculate_proximity(proximity_profile=prox_profile, trajectory=trajectory)
Expand Down

0 comments on commit 2c113a4

Please sign in to comment.