def test_lon_Lat(self): pmf = disagg.lon_lat_pmf(self.matrix) self.aae(pmf, [[0.9991665, 0.9999943], [0.9999982, 0.9999268]])
def test_lon_Lat(self): pmf = disagg.lon_lat_pmf(self.matrix) self.aae(pmf, [[1.0, 1.0], [1.0, 1.0]])
def test_lon_Lat(self): pmf = disagg.lon_lat_pmf(self.matrix) self.aae(pmf, [[13.97, 17.59], [17.74, 15.56]])