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
Several dependencies already exist to vplants.tissue_analysis.
Even if these deps are imported at run-time, the code is not fully functional today.
Several options exist to remove these dependencies:
Inherit of the data structure in vplants.tissue_analysis and add the algos in the inherited class
Seprarte the datastructure from the algos and use a service as a factory (I want to build my data-structure from images. This kind of solution is used in NetworkX for instance.
The text was updated successfully, but these errors were encountered:
pradal
changed the title
Remove cplants.tissue_analysis dependencies
Remove vplants.tissue_analysis dependencies
Feb 1, 2016
Sorry, I did not see this issue! I'm addressing it right now in a branch "wip_tissue_analysis_dependencies".
I will first remove the dependencies and keep a maximum of functionalities there to avoid too many changes within the code.
In order to keep a working "TissueAnalysis" package, I have made another branch "wip_Tissue4D" that save the present state of container.
Several dependencies already exist to vplants.tissue_analysis.
Even if these deps are imported at run-time, the code is not fully functional today.
Several options exist to remove these dependencies:
The text was updated successfully, but these errors were encountered: