예제 #1
0
 def test_find_pixel_positions_huge_max_delta(self):
     me = MatchupEngine(self.data, Configuration())
     pixel_position = me.find_matchup_position(55.8, 6.0)
     np.assert_array_almost_equal((1, 0, 5.8, 55.2), pixel_position)
예제 #2
0
 def test_find_pixel_positions_huge_max_delta(self):
     me = MatchupEngine(self.data, Configuration())
     pixel_position = me.find_matchup_position(55.8, 6.0)
     np.assert_array_almost_equal((1, 0, 5.8, 55.2), pixel_position)