Ejemplo n.º 1
0
 def test_line2_checksum(self):
     np.testing.assert_allclose(tle.checksum(self.l2), 5)
Ejemplo n.º 2
0
 def test_line2_checksum(self):
     np.testing.assert_equal(tle.checksum(self.l2), 2)
Ejemplo n.º 3
0
 def test_line1_checksum(self):
     np.testing.assert_equal(tle.checksum(self.l1), 9)
Ejemplo n.º 4
0
 def test_line2_checksum(self):
     np.testing.assert_allclose(tle.checksum(self.l2), 5)
Ejemplo n.º 5
0
 def test_line2_checksum(self):
     np.testing.assert_equal(tle.checksum(self.l2), 2)
Ejemplo n.º 6
0
 def test_line1_checksum(self):
     np.testing.assert_equal(tle.checksum(self.l1), 9)