Skip to content

Commit

Permalink
check centres
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Oct 12, 2023
1 parent 5b79cde commit d8f2fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/wp3/bias_assessment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
" \"ukmo\": {\"system\": \"601\"},\n",
"}\n",
"assert all(\"system\" in v for v in centres.values())\n",
"assert set(cetres) <= {\n",
"assert set(centres) <= {\n",
" \"cmcc\",\n",
" \"dwd\",\n",
" \"eccc\",\n",
Expand Down

0 comments on commit d8f2fbb

Please sign in to comment.