From 3d257ef7f6ff450b16936f5940128555ff9acd82 Mon Sep 17 00:00:00 2001 From: vub Date: Fri, 24 Feb 2017 07:12:59 -0500 Subject: [PATCH] Removed warning as it does work :) --- casper4/simulator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/casper4/simulator.py b/casper4/simulator.py index 4057d3a..cc8bd6c 100644 --- a/casper4/simulator.py +++ b/casper4/simulator.py @@ -1,5 +1,3 @@ -# NOTE: This script is totally untested and likely has many bugs. -# Be warned! import random NODE_COUNT = 10