예제 #1
0
 def test_lon_Lat(self):
     pmf = disagg.lon_lat_pmf(self.matrix)
     self.aae(pmf, [[0.9991665, 0.9999943], [0.9999982, 0.9999268]])
예제 #2
0
 def test_lon_Lat(self):
     pmf = disagg.lon_lat_pmf(self.matrix)
     self.aae(pmf, [[1.0, 1.0], [1.0, 1.0]])
예제 #3
0
 def test_lon_Lat(self):
     pmf = disagg.lon_lat_pmf(self.matrix)
     self.aae(pmf, [[13.97, 17.59], [17.74, 15.56]])
예제 #4
0
 def test_lon_Lat(self):
     pmf = disagg.lon_lat_pmf(self.matrix)
     self.aae(pmf, [[1.0, 1.0],
                    [1.0, 1.0]])
예제 #5
0
 def test_lon_Lat(self):
     pmf = disagg.lon_lat_pmf(self.matrix)
     self.aae(pmf, [[0.9991665, 0.9999943],
                    [0.9999982, 0.9999268]])