Skip to content

Commit

Permalink
fixes (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordabayevy authored Nov 4, 2021
1 parent 20b12ed commit c1a7258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions funsor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from funsor.sum_product import MarkovProduct
from funsor.tensor import Tensor, function
from funsor.terms import (
Approximate,
Cat,
Funsor,
Independent,
Expand Down Expand Up @@ -55,6 +56,7 @@

__all__ = [
"__version__",
"Approximate",
"Array",
"Bint",
"Cat",
Expand Down
2 changes: 1 addition & 1 deletion funsor/terms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ class Approximate(Funsor):
:param op: An associative operator.
:type op: ~funsor.ops.AssociativeOp
:param Funsor model: An exact funsor depending on ``reduced_vars``.
:param Funsor model: An exact funsor depending on ``approx_vars``.
:param Funsor guide: A proposal funsor guiding optional approximation.
:param frozenset approx_vars: A set of variables over which to approximate.
"""
Expand Down

0 comments on commit c1a7258

Please sign in to comment.