Example #1
0
 def test_keyword_geom_having_changed_select_ugid(self):
     ops = OcgOperations(dataset=self.test_data.get_rd('cancm4_tas'),
                         geom='state_boundaries')
     self.assertEqual(len(list(ops.geom)), 51)
     ops.geom_select_uid = [16, 17]
     self.assertEqual(len(list(ops.geom)), 2)