From 8a13f48d01230efb3bb8777aeb13df8aecb59712 Mon Sep 17 00:00:00 2001
From: MLErik <baerenjesus@gmail.com>
Date: Tue, 29 Oct 2019 13:58:41 -0400
Subject: [PATCH] This adresses issue #264

updated to newest master branch
---
 tests/test_flatland_malfunction.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_flatland_malfunction.py b/tests/test_flatland_malfunction.py
index d3dc6fa7..6efb6a8c 100644
--- a/tests/test_flatland_malfunction.py
+++ b/tests/test_flatland_malfunction.py
@@ -135,6 +135,7 @@ def test_malfunction_process():
 def test_malfunction_process_statistically():
     """Tests hat malfunctions are produced by stochastic_data!"""
     # Set fixed malfunction duration for this test
+    #
     stochastic_data = {'prop_malfunction': 1.,
                        'malfunction_rate': 5,
                        'min_duration': 5,
-- 
GitLab