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
the correct method to extract the type name seems to have changed
this commit solves this using multiple dispatch by adding a
extracttypename function that dispatches depending on
what it gets as it picks apart the type
ifoccursin("AbstractRate", string(typeof(kin).parameters[3])) ||occursin("MultiArrhenius", string(typeof(kin).parameters[3])) #no optimized function so don't put kinetics name first
0 commit comments