summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2022-05-22 18:41:52 +0200
committerGitHub <noreply@github.com>2022-05-22 18:41:52 +0200
commit6c8024c5d17fe3dc03584f97bc883b7f56f71b7e (patch)
tree095f37f47980f34a53d13501f3a94e9948eb9b69
parent7fc251e83602d0bce697dbaa744099e57d6df397 (diff)
Update src/python/test/test_simplex_tree.py
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
-rwxr-xr-xsrc/python/test/test_simplex_tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/test/test_simplex_tree.py b/src/python/test/test_simplex_tree.py
index ba8c455f..678bc905 100755
--- a/src/python/test/test_simplex_tree.py
+++ b/src/python/test/test_simplex_tree.py
@@ -528,7 +528,7 @@ def test_expansion_with_blocker():
def blocker(simplex):
try:
- # Block all simplices that contains vertex 6
+ # Block all simplices that contain vertex 6
simplex.index(6)
print(simplex, ' is blocked')
return True