openalea / WALTer

WALTer is a 3D FSPM Wheat model
Other
4 stars 8 forks source link

Error in test_cut_module #27

Closed pradal closed 6 years ago

pradal commented 6 years ago

In the LSystem used as test, an error occurs in the last line of the EndEach:

    for sid in lscene.todict():
      print 'sid: ' + str(sid)
      print new_lstring[sid].name

The last line (33) raise an error because sid in out of range.