Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numerical disrepancy in Lopez model tests #11

Open
johnbachman opened this issue Jan 11, 2013 · 0 comments
Open

Numerical disrepancy in Lopez model tests #11

johnbachman opened this issue Jan 11, 2013 · 0 comments

Comments

@johnbachman
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant