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