From 4fbbda60a70206504152b8dc4fa39cf4c36ce972 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 28 Mar 2015 23:34:07 +0100 Subject: [PATCH] Elaborate on the TODO. --- lslopt/lslparse.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index 5a85305..dd9bd49 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -2569,7 +2569,9 @@ list lazy_list_set(list L, integer i, list v) # Load the side-effect-free table as well. # TODO: Transform the SEF Table into a function properties table - # that includes domain data (min, max). + # that includes domain data (min, max) and possibly input + # parameter transformations e.g. + # llSensor(..., PI, ...) -> llSensor(..., 4, ...). f = open(lslcommon.DataPath + 'seftable.txt', 'rb') try: while True: