mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Elaborate on the TODO.
This commit is contained in:
parent
b8a7e88f1a
commit
4fbbda60a7
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue