Commit e1b9624a authored by peastman's avatar peastman
Browse files

Added test for notebook

parent 07123c7f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -78,3 +78,8 @@ def test_graph_conv():
def test_tg_mechanics():
  nb, errors = _notebook_read("TensorGraph_Mechanics.ipynb")
  assert errors == []


def test_seqtoseq_fingerprint():
  nb, errors = _notebook_read("seqtoseq_fingerprint.ipynb")
  assert errors == []