Commit f86003a4 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Fixing changed constant

parent 360cc76f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ def test_compute_features_on_distance_1():
  # 10 pairs in total each with start/finish
  assert atom_to_pair.shape == (8, 2)
  assert np.all(atom_to_pair == np.array([[0, 0], [1, 1], [1, 3], [2, 2],
                                          [3, 3], [3, 1], [3, 2], [3, 3]]))
                                          [2, 3], [3, 1], [3, 2], [3, 3]]))


@flaky