Skip to content

Commit

Permalink
Fix radar tests
Browse files Browse the repository at this point in the history
Radar station "neu" currently does not report data.
  • Loading branch information
amotl committed Apr 22, 2021
1 parent e06c60e commit 81afb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/provider/dwd/radar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

station_reference_pattern_unsorted = (
"(asb,)?(boo,)?ros,hnr,umd,pro,ess,fld,drs,"
"neu,(nhb,)?oft,eis,(tur,)?(isn,)?fbg,mem"
"(neu,)?(nhb,)?oft,eis,(tur,)?(isn,)?fbg,mem"
)
station_reference_pattern_sorted = (
"(asb,)?(boo,)?drs,eis,ess,fbg,fld,hnr,(isn,)?"
"mem,neu,(nhb,)?oft,pro,ros,(tur,)?umd"
"mem,(neu,)?(nhb,)?oft,pro,ros,(tur,)?umd"
)
station_reference_pattern_de = (
"(deasb,)?(deboo,)?dedrs,deeis,deess,(defbg,)?defld,dehnr,"
Expand Down

0 comments on commit 81afb24

Please sign in to comment.