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
771cde2 starts to add better functionality to the model compaction report to track how variables are requested to be compacted and how they are resolved, what dependencies get triggered, etc. Currently this information is just used to try and help identify errors in the source model (the original reason for creating this tool). But there is probably sufficient detail now being stored in the report class that we could look at generating dot files for use in graphviz (i.e., similar to CellML2Dot) or some other network visualisation software.
This sort of feature might help debug models where the compaction process itself doesn't produce any errors...maybe?
The text was updated successfully, but these errors were encountered:
771cde2 starts to add better functionality to the model compaction report to track how variables are requested to be compacted and how they are resolved, what dependencies get triggered, etc. Currently this information is just used to try and help identify errors in the source model (the original reason for creating this tool). But there is probably sufficient detail now being stored in the report class that we could look at generating dot files for use in graphviz (i.e., similar to CellML2Dot) or some other network visualisation software.
This sort of feature might help debug models where the compaction process itself doesn't produce any errors...maybe?
The text was updated successfully, but these errors were encountered: