mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Remove unnecessary activation of LSO mode in a test.
This commit is contained in:
parent
983808f022
commit
133c1572f6
1 changed files with 0 additions and 2 deletions
|
@ -551,9 +551,7 @@ def do_tests():
|
|||
test('typecast(Infinity, unicode)', u'Infinity')
|
||||
test('typecast(NaN, unicode)', u'NaN')
|
||||
test('typecast(Vector((NaN,-Infinity,-0.)), unicode)', u'<NaN, -Infinity, -0.00000>')
|
||||
lslcommon.LSO = True
|
||||
test('typecast(Vector((NaN,-Infinity,-0.)), unicode, True, True)', u'<NaN, -Infinity, -0.000000>')
|
||||
lslcommon.LSO = False
|
||||
test('typecast(Vector((NaN,2.,3.)), list)', [Vector((NaN,2.,3.))])
|
||||
test('typecast([Vector((NaN,2.,-Infinity))], list)', [Vector((NaN,2.,-Infinity))])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue