From c0d34eb9683c16c9f46ac559aeeede8086b5d521 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Fri, 20 Jul 2018 11:27:42 +0200
Subject: [PATCH] Add statement about "good scientific practices"

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 52e8fa6..137a38c 100644
--- a/README.md
+++ b/README.md
@@ -322,6 +322,9 @@ y_data[x_data >= 2] = 4
 y_data += np.random.normal(0, 0.3, len(y_data))
 ```
 
+**Important: Forging data, manipulating data or copying from others is a clear
+violation of "good scientific practices". Violations will have consequences.**
+
 Finally, we can add this to our plot. Since our data points are subject to
 statistical fluctuations, we would like to use matplotlib's `errorbar` method,
 which draws our data points as dots with error bars.
-- 
GitLab