From fb9284aa98a10b2e38c07fa2c086c2c9e0973d44 Mon Sep 17 00:00:00 2001 From: Micah Smith Date: Mon, 30 Apr 2018 10:27:04 -0400 Subject: [PATCH] Add bob's invalid feature --- dengue_prediction/features/contrib/user_bob.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dengue_prediction/features/contrib/user_bob.py diff --git a/dengue_prediction/features/contrib/user_bob.py b/dengue_prediction/features/contrib/user_bob.py new file mode 100644 index 0000000..be6f5ab --- /dev/null +++ b/dengue_prediction/features/contrib/user_bob.py @@ -0,0 +1,6 @@ +# this is a bad feature... + +def hello(): + return "world" + +soup = "123"