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
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...)
The text was updated successfully, but these errors were encountered:
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...)
The text was updated successfully, but these errors were encountered: