Skip to content

Commit

Permalink
Merge pull request #7 from Assios/patch-1
Browse files Browse the repository at this point in the history
Use new-style class for BaseTopicModel
  • Loading branch information
dongwookim-ml committed May 14, 2016
2 parents 74cd94c + 49503f3 commit 450c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptm/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np

class BaseTopicModel():
class BaseTopicModel(object):
"""
Attributes
----------
Expand Down

0 comments on commit 450c901

Please sign in to comment.