Skip to content

Commit 450c901

Browse files
committed
Merge pull request #7 from Assios/patch-1
Use new-style class for BaseTopicModel
2 parents 74cd94c + 49503f3 commit 450c901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ptm/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy as np
22

3-
class BaseTopicModel():
3+
class BaseTopicModel(object):
44
"""
55
Attributes
66
----------

0 commit comments

Comments
 (0)