mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Add TODO item
This commit is contained in:
parent
c154d5eb0d
commit
b8a7e88f1a
1 changed files with 2 additions and 0 deletions
|
@ -2568,6 +2568,8 @@ list lazy_list_set(list L, integer i, list v)
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
# Load the side-effect-free table as well.
|
# Load the side-effect-free table as well.
|
||||||
|
# TODO: Transform the SEF Table into a function properties table
|
||||||
|
# that includes domain data (min, max).
|
||||||
f = open(lslcommon.DataPath + 'seftable.txt', 'rb')
|
f = open(lslcommon.DataPath + 'seftable.txt', 'rb')
|
||||||
try:
|
try:
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue