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
Currently we have something like sbml2amici(..., observables={'obs1': {'formula': 'x1', ...}}, sigmas={'obs1': 'sigma1'}, noise_distr={'obs1': 'log-normal'}). I think it would be more convenient if those three parameters were combined instead of having so three separate dicts, each having the observable ID as keys.
Affects all importers.