Commit 5bc96518 authored by Richard Xue's avatar Richard Xue Committed by Gao, Xiang
Browse files

Update test_data.py (#292)

parent 027c21b6
......@@ -76,8 +76,7 @@ class TestData(unittest.TestCase):
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])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment