We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb66fb5 commit 932c141Copy full SHA for 932c141
tests/db/weather/test_utils.py
@@ -1,8 +1,8 @@
1
from pypsdm.db.weather.models import Coordinate
2
from pypsdm.db.weather.utils import weighted_interpolation_coordinates
3
4
-
5
-def test_weighted_interpolation_coordinates2():
+@pytest.mark.docker_required
+def test_weighted_interpolation_coordinates():
6
target = (0, 0)
7
8
coord1 = Coordinate.from_xy(id=1, x=1, y=1)
0 commit comments