We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd32d6a commit d655ac6Copy full SHA for d655ac6
neo/test/coretest/test_container.py
@@ -121,6 +121,9 @@ def test_filter(self):
121
self.assertRaises(TypeError, container.filter, "foo")
122
123
def test_filter_results(self):
124
+ '''
125
+ Tests FilterConditions correct results
126
127
self.assertEqual(self.st1.annotations,
128
self.seg.filter(test=filters.Equals(5))[0].annotations)
129
0 commit comments