Skip to content

Commit

Permalink
Correct typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed May 10, 2024
1 parent da4b31f commit ac94d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmonic/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class RQSpline(nn.Module):
num_bins: int
spline_range: Sequence[float] = (-10.0, 10.0)
multimodal_base: bool = False
base_centers: Sequence[jnp.ndarray]] = None
base_centers: Sequence[jnp.ndarray] = None

def setup(self):
conditioner = []
Expand Down

0 comments on commit ac94d94

Please sign in to comment.