Skip to content
Snippets Groups Projects
Commit 3e2b8046 authored by Brandon Hewer's avatar Brandon Hewer
Browse files

Update the MaskDetectorsInShape docs

Refs #20802
parent f6c13833
No related branches found
No related tags found
No related merge requests found
......@@ -66,11 +66,11 @@ Usage
inside_dets.append( det.getID() )
# Print out the IDs
print masked_dets
print inside_dets
print(masked_dets)
print(inside_dets)
# Check that the two arrays are equal
print masked_dets == inside_dets
print(masked_dets == inside_dets)
Output
######
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment