Andreas Motl
Andreas Motl
``` =========================== short test summary info ============================ FAILED tests/ui/test_restapi.py::test_dwd_interpolate - KeyError: 'data' FAILED tests/ui/test_restapi.py::test_dwd_summarize - KeyError: 'data' = 2 failed, 269 passed, 12 skipped, 3 xfailed, 49 warnings in 779.51s...
``` FAILED tests/core/scalar/test_summary.py::test_summary_temperature_air_mean_200_daily - AssertionError: DataFrame.iloc[:, 2] (column name="value") are different DataFrame.iloc[:, 2] (column name="value") values are different (100.0 %) [index]: [0, 1, 2] [left]: [272.95, 266.15, 268.75] [right]: [273.65,...
``` FAILED tests/ui/test_restapi.py::test_dwd_summarize - KeyError: 'data' E KeyError: 'data' tests/ui/test_restapi.py:325: KeyError ``` https://github.com/earthobservations/wetterdienst/actions/runs/3977956192/jobs/6819450829#step:7:643
``` FAILED tests/example/test_notebook_examples.py::test_wetterdienst_notebook - nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 60 seconds. ``` ``` E nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed,...
```python > raise FailedDownload(f"Download failed for {remote_file}") from ex E wetterdienst.exceptions.FailedDownload: Download failed for https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/daily/kl/historical/tageswerte_KL_04703_19510101_20211231_hist.zip ``` -- https://github.com/earthobservations/wetterdienst/actions/runs/4193378438/jobs/7270648670#step:7:855
``` /home/runner/work/_temp/4c18a5e3-f6d6-4ee7-9e16-56e742cd904c.sh: line 2: 2613 Segmentation fault (core dumped) poetry run pytest -vvv -m cflake tests ``` -- https://github.com/earthobservations/wetterdienst/actions/runs/4198732871/jobs/7282743949#step:7:868
``` FAILED tests/test_api.py::test_api[True-eaufrance-hubeau-kwargs6-None] - FileNotFoundError: ['https://hubeau.eaufrance.fr/api/v1/hydrometrie/observations_tr?code_entite=A021005050&grandeur_hydro=Q&sort=asc&size=2'] ``` -- https://github.com/earthobservations/wetterdienst/actions/runs/4198752843/jobs/7282789791#step:6:793
#### `test_radar_request_site_recent_sweep_pcp_v_hdf5` ```python # Verify number of results. > assert len(results) >= 12 E AssertionError: assert 3 >= 12 E + where 3 = len([RadarResult(data=, timestamp=datetime.datetime(2023, 4, 21, 18, 15),...
Two radar trippings at https://github.com/earthobservations/wetterdienst/actions/runs/4872021487/jobs/8689700227?pr=934#step:7:871, coming from GH-934. I am not merging it, because you could take it as an opportunity to improve/fix those test cases? ``` FAILED tests/provider/dwd/radar/test_api_historic.py::test_radar_request_composite_historic_radolan_rw_yesterday -...
### Problem The same as https://github.com/earthobservations/wetterdienst/issues/816#issuecomment-1433851799: ``` /home/runner/work/_temp/fb69aca9-ccc9-4f10-badf-5bee36f2b16e.sh: line 2: 5695 Segmentation fault (core dumped) poetry run pytest -vvv -m cflake tests Error: Process completed with exit code 139. ```...