Please I have the following error while evaluating you notebook
In[369]:= SeedRandom[1425367]
solnsCME =
Table[stochasticSolve[modelData["Rates"] /. paramsN,
modelData["StoichiometricMatrix"],
Through@modelData["Variables"][0] /. Rule @@@ inits /. paramsN,
modelData["Variables"], {t, 0, tmax}], 500]; // Timing
During evaluation of In[369]:= Set::shape: Lists {times$25658,states$25658} and Transpose[CreateDataStructure[DynamicArray]] are not the same shape.
During evaluation of In[369]:= $RecursionLimit::reclim2: Recursion depth of 1024 exceeded during evaluation of Transpose[states$25658].
During evaluation of In[369]:= $RecursionLimit::reclim2: Recursion depth of 1024 exceeded during evaluation of Transpose[states$25658].
During evaluation of In[369]:= Set::shape: Lists {times$25667,states$25667} and Transpose[CreateDataStructure[DynamicArray]] are not the same shape.
During evaluation of In[369]:= $RecursionLimit::reclim2: Recursion depth of 1024 exceeded during evaluation of Transpose[states$25667].
During evaluation of In[369]:= General::stop: Further output of $RecursionLimit::reclim2 will be suppressed during this calculation.
During evaluation of In[369]:= Set::shape: Lists {times$25682,states$25682} and Transpose[CreateDataStructure[DynamicArray]] are not the same shape.
During evaluation of In[369]:= General::stop: Further output of Set::shape will be suppressed during this calculation.
Out[370]= {78.5, Null}