Skip to content

Commit

Permalink
no repr
Browse files Browse the repository at this point in the history
  • Loading branch information
mortewle committed Dec 12, 2024
1 parent 3e565a8 commit 49d48fe
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions tests/test_explore.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,20 +126,9 @@ def test_explore(points_oslo, roads_oslo):
"meters",
r100,
bygdoy=7000,
norge_i_bilder=True,
tiles=["openstreetmap"],
wms=sg.NorgeIBilderWms(years=[2022, 2023, 2024], not_contains="sentinel"),
)
assert isinstance(e.norge_i_bilder, sg.NorgeIBilderWms)
e = sg.explore(
r300,
"meters",
r100,
bygdoy=7000,
norge_i_bilder=sg.NorgeIBilderWms(
years=[2022, 2023, 2024], not_contains="sentinel"
),
)
assert isinstance(e.norge_i_bilder, sg.NorgeIBilderWms)
assert isinstance(next(iter(e.wms)), sg.NorgeIBilderWms)

inner_test_center(r300, r200, r100, p)

Expand Down

0 comments on commit 49d48fe

Please sign in to comment.