Skip to content

Commit

Permalink
Fixed typo in info for CentBeta13 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw authored Apr 18, 2023
1 parent 8e7a03f commit 561cc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pzflow/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def __init__(self, input_dim: int, B: float = 5) -> None:

# save dist info
self._params = tuple([(0.0, 0.0) for i in range(input_dim)])
self.info = ("CentBeta22", (input_dim, B))
self.info = ("CentBeta13", (input_dim, B))
self.a = 13
self.b = 13

Expand Down

0 comments on commit 561cc09

Please sign in to comment.