Skip to content

Commit

Permalink
trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Dec 8, 2023
1 parent 3c9a03a commit b24ef3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_011_bro.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_get_gld_ids_from_gmw():


def test_obs_list_from_extent():
extent = (102395, 103121, 434331, 434750)
# extent = (102395, 103121, 434331, 434750)
extent = [116500, 120000, 439000, 442000]
bro.get_obs_list_from_extent(
extent, hpd.GroundwaterObs, tmin=None, tmax=None, epsg=28992, only_metadata=True
Expand Down

0 comments on commit b24ef3b

Please sign in to comment.