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 ran the tests on earm and got this error for all lopez models:
AssertionError: Model earm.mito.lopez_embedded does not match reference version: Mismatch at component 38: Parameter(name='bind_BidM_Bcl2_kf', value=1.0000000000000002e-06) in the reference model not equal to Parameter(name='bind_BidM_Bcl2_kf', value=1e-06) in the current model.
I guess 1e6 / (N_A * 1/N_A * 1e12) did not evaluate to exactly 1e-6 on your machine. In fact on mine when I examine the value carefully it turns out to be 9.9999999999999995e-07. Hmm.
The text was updated successfully, but these errors were encountered:
From Jeremy:
I ran the tests on earm and got this error for all lopez models:
AssertionError: Model earm.mito.lopez_embedded does not match reference version: Mismatch at component 38: Parameter(name='bind_BidM_Bcl2_kf', value=1.0000000000000002e-06) in the reference model not equal to Parameter(name='bind_BidM_Bcl2_kf', value=1e-06) in the current model.
I guess 1e6 / (N_A * 1/N_A * 1e12) did not evaluate to exactly 1e-6 on your machine. In fact on mine when I examine the value carefully it turns out to be 9.9999999999999995e-07. Hmm.
The text was updated successfully, but these errors were encountered: