Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephan Seitz
pystencils
Commits
ffddc885
Commit
ffddc885
authored
May 04, 2020
by
Markus Holzer
Browse files
BugFix of the fas_subs function in rng nodes.
parent
e87b4daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/rng.py
View file @
ffddc885
...
@@ -61,7 +61,7 @@ class RNGBase(CustomCodeNode):
...
@@ -61,7 +61,7 @@ class RNGBase(CustomCodeNode):
result
.
update
(
loop_counters
)
result
.
update
(
loop_counters
)
return
result
return
result
def
fast_subs
(
self
,
_
):
def
fast_subs
(
self
,
*
_
):
return
self
# nothing to replace inside this node - would destroy intermediate "dummy" by re-creating them
return
self
# nothing to replace inside this node - would destroy intermediate "dummy" by re-creating them
def
get_code
(
self
,
dialect
,
vector_instruction_set
):
def
get_code
(
self
,
dialect
,
vector_instruction_set
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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