Skip to content

Commit

Permalink
Added test for notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed Sep 21, 2017
1 parent 07123c7 commit e1b9624
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/notebooks/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 == []

0 comments on commit e1b9624

Please sign in to comment.