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
Stephan Seitz
pystencils
Commits
84d81234
Commit
84d81234
authored
Sep 24, 2019
by
Stephan Seitz
Browse files
Fix bug in test
parent
f6bb5f02
Pipeline
#18330
passed with stage
in 52 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pystencils_tests/test_global_definitions.py
View file @
84d81234
...
...
@@ -14,7 +14,7 @@ class BogusDeclaration(pystencils.astnodes.Node):
@
property
def
args
(
self
):
"""Returns all arguments/children of this node."""
r
aise
set
()
r
eturn
set
()
@
property
def
symbols_defined
(
self
):
...
...
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