From 5934016f02af4d0677f7412183dc7bc656e44652 Mon Sep 17 00:00:00 2001
From: Martin Bauer <martin.bauer@fau.de>
Date: Thu, 6 Apr 2017 19:02:26 +0200
Subject: [PATCH] Smaller GPU test to run on all test machines

---
 scenarios.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scenarios.py b/scenarios.py
index 01757661..3bf63b7e 100644
--- a/scenarios.py
+++ b/scenarios.py
@@ -8,7 +8,6 @@ It is a good starting point if you are new to lbmpy.
 >>> scenario = createForceDrivenChannel(dim=2, radius=10, length=20, force=1e-5,
 ...                                     method='srt', relaxationRate=1.9)
 >>> scenario.run(100)
->>> scenario.plotVelocity()
 
 All scenarios can be modified, for example you can create a simple channel first, then place an object in it:
 
-- 
GitLab