Skip to content

Commit

Permalink
Update test_data.py (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyericardo authored and zasdfgbnm committed Aug 15, 2019
1 parent 027c21b commit 5bc9651
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ def testTensorShape(self):
self.assertLessEqual(species.shape[0], batch_size)
self.assertEqual(len(coordinates.shape), 3)
self.assertEqual(coordinates.shape[2], 3)
self.assertEqual(coordinates.shape[1], coordinates.shape[1])
self.assertEqual(coordinates.shape[0], coordinates.shape[0])
self.assertEqual(coordinates.shape[:2], species.shape[:2])
self.assertEqual(len(energies.shape), 1)
self.assertEqual(coordinates.shape[0], energies.shape[0])

Expand Down

0 comments on commit 5bc9651

Please sign in to comment.