Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tom Harke
pystencils
Commits
804e4d4b
Commit
804e4d4b
authored
Oct 28, 2019
by
Stephan Seitz
Browse files
Oops, forgot a return in TextureCachedField.reproducible_hash
parent
ba96ba03
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/interpolation_astnodes.py
View file @
804e4d4b
...
...
@@ -358,7 +358,7 @@ class TextureCachedField:
@
property
def
reproducible_hash
(
self
):
_hash
(
str
(
self
.
_hashable_contents
).
encode
()).
hexdigest
()
return
_hash
(
str
(
self
.
_hashable_contents
).
encode
()).
hexdigest
()
class
TextureAccess
(
InterpolatorAccess
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment