Skip to content

Commit

Permalink
added instantiation tests to get covereddd
Browse files Browse the repository at this point in the history
  • Loading branch information
beasteers committed Oct 8, 2019
1 parent 566cd55 commit 03216e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ def test_pump_layers(sr, hop_length):
for d1, d2 in zip(L1[k].shape, L2[k].shape):
assert str(d1) == str(d2)

# test other input layers
P.layers('tf.keras')
P.layers('tf')


def test_pump_str(sr, hop_length):

Expand Down

0 comments on commit 03216e0

Please sign in to comment.