From 64a80499ead49aa7ec09352fbcc540335e885e63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= <rok.roskar@sdsc.ethz.ch>
Date: Wed, 10 Jun 2020 07:45:09 +0000
Subject: [PATCH] chore: adjust dashboard limits

---
 notebooks/Dashboard.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/Dashboard.ipynb b/notebooks/Dashboard.ipynb
index 0ceeacd71..102054769 100644
--- a/notebooks/Dashboard.ipynb
+++ b/notebooks/Dashboard.ipynb
@@ -188,7 +188,7 @@
    "outputs": [],
    "source": [
     "# select countries over a certain per capita case threshold\n",
-    "per_capita_thresh = 200\n",
+    "per_capita_thresh = 300\n",
     "countries_over_thresh_per_capita = latest_df[latest_df.positive_100k > per_capita_thresh].country_label\n",
     "countries_over_thresh_per_capita = [c for c in countries_over_thresh_per_capita if c not in set(['Andorra', 'Iceland', 'San Marino'])]\n",
     "\n",
-- 
GitLab