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
Markus Holzer
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
Pipeline
#23645
passed with stage
in 9 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pystencils/rng.py
View file @
ffddc885
...
...
@@ -61,7 +61,7 @@ class RNGBase(CustomCodeNode):
result
.
update
(
loop_counters
)
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
def
get_code
(
self
,
dialect
,
vector_instruction_set
):
...
...
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