Skip to content

Commit

Permalink
remove skip on test_get_patrol_observations() (wildlife-dynamics#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga authored May 14, 2024
1 parent 2fa1e1a commit d02a3f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ecoscope/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.1"
__version__ = "1.7.2"
1 change: 0 additions & 1 deletion tests/test_earthranger_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def test_patch_event(er_io):
pd.testing.assert_frame_equal(result, updated_event)


@pytest.mark.skip(reason="Known issue: https://github.com/wildlife-dynamics/ecoscope/issues/109")
def test_get_patrol_observations(er_io):
patrols = er_io.get_patrols()
observations = er_io.get_patrol_observations(
Expand Down

0 comments on commit d02a3f3

Please sign in to comment.