openalea / StructureAnalysis

Plant structure analysis
6 stars 6 forks source link

Interfacing sequence_analysis with Python #56

Open thomasarsouze opened 2 months ago

thomasarsouze commented 2 months ago

Currently, wrappers compilation is commented in stat_tool but works in sequence_analysis. Uncommenting the lines leads to a compilation issue. This suggests that C++ code diverges from associated wrappers implementation.

This possibilities are the following:

pradal commented 1 week ago

No. The wrappers have not been built and the C++ API have evolved... In both old and new wrappers, it seems that the API has changed and either we need to regenrate the wrappers, or at least update to new API

pradal commented 1 week ago

I build the old wrappers and update slightly the code on my computer (Mac). Push it in the branch