Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jmschrei/pomegranate
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Nov 18, 2017
2 parents 1066313 + 3312812 commit c718702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pomegranate/FactorGraph.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if sys.version_info[0] > 2:
cdef class FactorGraph( GraphModel ):
"""A Factor Graph model.
A biparte graph where conditional probability tables are on one side,
A bipartite graph where conditional probability tables are on one side,
and marginals for each of the variables involved are on the other
side.
Expand Down

0 comments on commit c718702

Please sign in to comment.