Example #1
0
 def test_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.select_ugid = [16,17]
     self.assertEqual(len(list(ops.geom)),2)