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
I understand the workflow as follows (after navigating to the Examples subfolder containing the Alkan benchmark):
arInit
arLoadModel
arLoadData(...) statements
arCompileAll
(Which essentially boils down to running Setup.m file for the model under consideration)
arCompileAll seems to do a lot of work (which is reasonable as it ocmpiles each condition into a separate model as I understand), howver it takes 24 hours for Bachmann and Alkan model examples. Is this reasonable?
MATLAB versions 2024a, 2023b and 2021a tested.
I wonder if the time required to compile the models is as expected, or if it could be improved.
The text was updated successfully, but these errors were encountered:
Following the instructions here (https://github.com/Data2Dynamics/d2d/wiki/First%20steps) I try to compile a model, specifically MATLAB, to be exported into PEtab format.
I understand the workflow as follows (after navigating to the Examples subfolder containing the Alkan benchmark):
(Which essentially boils down to running Setup.m file for the model under consideration)
arCompileAll
seems to do a lot of work (which is reasonable as it ocmpiles each condition into a separate model as I understand), howver it takes 24 hours for Bachmann and Alkan model examples. Is this reasonable?MATLAB versions 2024a, 2023b and 2021a tested.
I wonder if the time required to compile the models is as expected, or if it could be improved.
The text was updated successfully, but these errors were encountered: