Andreas Motl

Results 1495 comments of Andreas Motl

Two other hiccups observed on Windows. - https://github.com/earthobservations/wetterdienst/pull/1017#issuecomment-1741418262 - https://github.com/earthobservations/wetterdienst/pull/1017#issuecomment-1741446171

``` FAILED tests/test_api.py::test_api[True-geosphere-observation-kwargs12-5882] - FileNotFoundError: ['https://dataset.api.hub.zamg.ac.at/v1/station/historical/klima-v1-1d?parameters=nied&start=1774-12-31T00:12&end=2023-10-03T12:10&station_ids=5882&output_format=geojson'] ``` ``` FAILED tests/provider/geosphere/observation/test_api.py::test_geopshere_observation_api - aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host dataset.api.hub.zamg.ac.at:443 ssl:default [Connect call failed ('138.22.189.28', 443)] ``` -- https://github.com/earthobservations/wetterdienst/actions/runs/6379997483/job/17313561357?pr=1032#step:8:900

``` [gw1] [ 91%] FAILED tests/ui/test_restapi.py::test_dwd_interpolate tests/ui/test_restapi.py::test_dwd_summarize [gw1] [ 91%] FAILED tests/ui/test_restapi.py::test_dwd_summarize tests/ui/test_restapi.py::test_api_values_missing_null ``` ```python > assert response.status_code == 200 E assert 404 == 200 E + where 404 =...

``` tests/ui/test_cli.py:429: FAILED tests/ui/test_cli.py::test_cli_interpolate - ValueError: stderr not separately captured ``` ```python self = self = ``` -- https://github.com/earthobservations/wetterdienst/actions/runs/6373530809/job/17297323740?pr=1012#step:8:769 -- https://github.com/earthobservations/wetterdienst/actions/runs/6385928867/job/17331705242?pr=1037#step:8:751

After bringing in GH-1041, re-running failed test cases once after a delay of five seconds, the situation should get better. We may need to adjust the corresponding settings to improve...

Three failures of `test_api_values_missing_null` in two different PRs, GH-1038 and GH-1040, and when merging GH-1041 into the `main` branch, apparently only happening on Windows. ```python > assert response.status_code == 200...

``` FAILED tests/test_api.py::test_api[False-wsv-pegel-kwargs8-None] - FileNotFoundError: ['https://pegelonline.wsv.de/webservices/rest-api/v2/stations.json?includeTimeseries=true&includeCharacteristicValues=true'] FAILED tests/test_api.py::test_api[True-wsv-pegel-kwargs8-None] - FileNotFoundError: ['https://pegelonline.wsv.de/webservices/rest-api/v2/stations.json?includeTimeseries=true&includeCharacteristicValues=true'] ``` -- https://github.com/earthobservations/wetterdienst/actions/runs/6415265077/job/17416906491

Why does it fail? It looks like the pattern `b'\x00\x00\x00\x00\x00...BUFR'` should match the input data, but it apparently does not. ``` ___ test_radar_request_site_historic_px250_bufr_yesterday ___ ``` ```python # Verify data. header...

All of the above issues have been swiftly resolved by @gutzbenj. Thank you so much! > #### 1. No data when filtering by `--station=1048,4411` @gutzbenj has a fix for that...

### Problem > `line 1: pipx: command not found` ### Solution Needs another patch to make it bootstrap. Thanks, @henryiii. - https://github.com/actions/runner-images/issues/9256