Skip to content

Avoid `hash()` in Field.hashable_contents

Stephan Seitz requested to merge seitz/pystencils:Field.hashable_contents into master

hash should not be used in hashable_contents because even if we will use a deterministic hash function we will end up non-deterministic since hash is initialized with a random seed.

Merge request reports