Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Bauer
lbmpy
Commits
0c7d28e0
Commit
0c7d28e0
authored
Jun 09, 2021
by
Markus Holzer
Browse files
Fixed small test case
parent
5d7ab621
Pipeline
#32583
passed with stage
in 38 minutes and 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
lbmpy_tests/test_boundary_handling.py
View file @
0c7d28e0
...
...
@@ -145,8 +145,8 @@ def test_boundary_utility_functions():
neumann
=
NeumannByCopy
(
name
=
"Neumann"
)
assert
neumann
==
NeumannByCopy
(
name
=
"Neumann"
)
assert
not
neumann
==
NeumannByCopy
(
name
=
"
Neumann
"
)
assert
not
neumann
==
NeumannByCopy
(
name
=
"
test
"
)
stream
=
StreamInConstant
(
constant
=
1.0
,
name
=
"stream"
)
assert
stream
==
StreamInConstant
(
constant
=
1.0
,
name
=
"stream"
)
assert
not
stream
==
StreamInConstant
(
constant
=
1.0
,
name
=
"st
ream
"
)
assert
not
stream
==
StreamInConstant
(
constant
=
1.0
,
name
=
"
te
st"
)
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