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

Executing MESHpyNetwork.py __main__ generates *almost* right answers #7

Open
jameshalgren opened this issue Oct 10, 2019 · 0 comments

Comments

@jameshalgren
Copy link
Owner

Executing MESHpyNetwork.py main generates almost right answers
When executing python MESHpyNetwork.py against the test data, the result are not decimal precise compared to the Fortran output in the target.

Expected Behavior

The output should be binary equal (since the calculations are happening at the same precision.)

Current Behavior

Output deviates immediately (but only by minute fractions.)

Possible Solution

It may be that the Fortran precision is being improperly truncated (since that's possible in Fortran...)

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