Skip to content

Commit

Permalink
Fixing oversight (discovered by flake8 in the pybind11 version).
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Jan 12, 2021
1 parent 6c9a6d6 commit 6c28801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst_cpp_base_py_derived.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def expect_type_error(callable):
def test_base():
b = m.base()
assert b.get_num() == 100
m.get_num(b) == 100
assert m.get_num(b) == 100
# bc = b.clone()
# assert bc.get_num() == 150
# assert m.clone_get_num(b) == 103157
Expand Down

0 comments on commit 6c28801

Please sign in to comment.