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
Fix bug related to inhomogeneous sampling #558. During
flux sampling, store the nullspace rather than the entire projection
(N * N.T) which reduces the memory footprint since it uses memory in
the order of 2 * n_reaction * n_metabolites instead of 4 * n_reactions^2 (no change in
speed). PR #556