Skip to content

Commit

Permalink
Update poc/flp_generic.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Patton <[email protected]>
  • Loading branch information
junyechen1996 and cjpatton authored Oct 13, 2023
1 parent f9d6abe commit 4788e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poc/flp_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ class MultiHotHistogram(Valid):
`0 <= \sum_i x_i <= max_num_bits`.
"""
# Operational parameters
length = None # Set by `MultiHotHistogram.with_params()`
length = None # Set by the constructor
max_num_bits = None # Set by `MultiHotHistogram.with_params()`
chunk_length = None # Set by `MultiHotHistogram.with_params()`

Expand Down

0 comments on commit 4788e11

Please sign in to comment.