Skip to content

Commit

Permalink
Merge 3098c59 into 5cc905d
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Aug 22, 2018
2 parents 5cc905d + 3098c59 commit aa23871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantulum3/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ def test_parse_no_classifier(self):
[quant.__dict__ for quant in quants],
[quant.__dict__ for quant in test['res']]))

def test_training(self):
clf.train_classifier(False)
clf.train_classifier(True)


################################################################################
if __name__ == '__main__':
Expand Down

0 comments on commit aa23871

Please sign in to comment.