From 8fcf79945498ec5f9b357de9f0401a367271931b Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Thu, 25 Jan 2018 10:30:17 +0100 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 3b4ab90..ce1bc72 100644 --- a/script/local.py +++ b/script/local.py @@ -20,7 +20,7 @@ scd_sim.set_center(1.0, 1.0) #Builtin functions -def enforceMonotonic(array) +def enforce_monotonic(array): """ Make sure array has no repeated values """