abaqus reader is non-deterministic

Issue #371 new
Martin Sandve Alnæs created an issue

Located at

site-packages/dolfin_utils/meshconvert/abaqus.py

the output of this code depends on the iteration ordering over multiple dictionaries, for which we have no guarantee and which differs between python 2 and 3. The unit tests on the other hand test the read data against ordered lists of reference values, and therefore fail.

Comments (3)

  1. Log in to comment