You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda create -n lpy -c openalea -c conda-forge openalea.lpy boost=1.66.0 nose
conda activate lpy
git clone https://github.com/openalea/lpy
cd lpy/test
nosetests
Result :
.........................................../home/artzet_s/code/lpy_test/lpy/test/lpytest/multiscalexmatching.lpy:49: UserWarning: Multiscale context and Regular Expression not compatible
warnings.warn('Multiscale context and Regular Expression not compatible')
/home/artzet_s/code/lpy_test/lpy/test/lpytest/multiscalexmatching.lpy:21: UserWarning: Multiscale context and Regular Expression not compatible
warnings.warn('Multiscale context and Regular Expression not compatible')
....................<string>:14: Warning: No parameter dictionnay found in arguments.
..............<string>:28: Warning: No parameter dictionnay found in arguments.
<string>:31: Warning: No parameter dictionnay found in arguments.
....<string>:12: Warning: No parameter dictionnay found in arguments.
<string>:14: Warning: No parameter dictionnay found in arguments.
................./home/artzet_s/code/lpy_test/lpy/test/test_lpytest.py:14: Warning: Invalid Color value 3 in setColor (maximum is -1)
l.iterate()
............<string>:9: Warning: No parameter dictionnay found in arguments.
<string>:10: Warning: No parameter dictionnay found in arguments.
.test_emptyline.lpy:8: Warning: IndentationWarning: missing indent.
............................../home/artzet_s/code/lpy_test/lpy/test/test_memory.py:36: UserWarning: GlobalContext has not lpy symbols
warnings.warn("GlobalContext has not lpy symbols")
............<string>:18: Warning: Found symbol '#' after Lstring. Considered as begining of comments
...<string>:3: Warning: Found symbol '#' after Lstring. Considered as begining of comments
<string>:8: Warning: Found symbol '#' after Lstring. Considered as begining of comments
<string>:15: Warning: Found symbol '#' after Lstring. Considered as begining of comments
<string>:3: Warning: Found symbol '#' after Lstring. Considered as begining of comments
<string>:8: Warning: Found symbol '#' after Lstring. Considered as begining of comments
<string>:15: Warning: Found symbol '#' after Lstring. Considered as begining of comments
.<string>:3: Warning: Found symbol '#' after Lstring. Considered as begining of comments
<string>:8: Warning: Found symbol '#' after Lstring. Considered as begining of comments
<string>:15: Warning: Found symbol '#' after Lstring. Considered as begining of comments
....Segmentation fault (core dumped)
Result :
Conda packages :
The text was updated successfully, but these errors were encountered: