Skip to content

Commit

Permalink
arg_constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-barfoot committed Aug 15, 2023
1 parent 9c9581d commit eea7799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class SparseMultivariateNormal(Distribution):
in either torch.sparse_coo or torch.sparse_csr layout
"""

arg_contraints = {}
arg_constraints = {}
# TODO: add in constraints
# arg_constraints = {'loc': constraints.real_vector,
# 'diag': constraints.independent(constraints.positive, 1),
Expand Down

0 comments on commit eea7799

Please sign in to comment.