Bug #2685

Mis à jour par Matthieu Decorde il y a presque 6 ans

Currently TXMResult children are automatically computed when the TXMResult TXMREsult is computed.

This simply the usage of the TXMResult BUT partially broke the lazy loading feature since all children are computed with the TXMResult.

Problem : some TXMResult need their children to be computed at the same time.
eg
* the Partition and its Parts.
* the CA and its EigenValues result

Retour