Skip to content

Commit

Permalink
Fix #22
Browse files Browse the repository at this point in the history
fixed by #63
  • Loading branch information
r9y9 committed Sep 22, 2018
1 parent 7e90708 commit 646372a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,5 @@ def __test_synthesis(filt):
def __test(order):
__test_synthesis(LSPDF(order))

warn("TODO: tests are failing")
# for order in [20, 25]:
# yield __test, order
for order in [20, 25]:
yield __test, order

0 comments on commit 646372a

Please sign in to comment.