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

Fixing solubility model

parent a13c92d4
Loading
Loading
Loading
Loading
+68 −254

File changed.

Preview size limit exceeded, changes collapsed.

+5 −0
Original line number Diff line number Diff line
@@ -53,3 +53,8 @@ def test_multitask_networks_on_muv():
def test_mnist():
  nb, errors = _notebook_read("mnist.ipynb")
  assert errors == []


def test_solubility():
  nb, errors = _notebook_read("solubility.ipynb")
  assert errors == []