Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
d3833d2c
Commit
d3833d2c
authored
Jan 12, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Fixing oversight (discovered by flake8).
parent
ec8ebb76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_cpp_base_py_derived.py
tests/test_cpp_base_py_derived.py
+1
-1
No files found.
tests/test_cpp_base_py_derived.py
View file @
d3833d2c
...
@@ -23,7 +23,7 @@ class drvd(m.base):
...
@@ -23,7 +23,7 @@ class drvd(m.base):
def
test_base
():
def
test_base
():
b
=
m
.
base
()
b
=
m
.
base
()
assert
b
.
get_num
()
==
100
assert
b
.
get_num
()
==
100
m
.
get_num
(
b
)
==
100
assert
m
.
get_num
(
b
)
==
100
bc
=
b
.
clone
()
bc
=
b
.
clone
()
assert
bc
.
get_num
()
==
150
assert
bc
.
get_num
()
==
150
assert
m
.
clone_get_num
(
b
)
==
103157
assert
m
.
clone_get_num
(
b
)
==
103157
...
...
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