rsw
rsw copied to clipboard
Extra parameter in call to instantiate EntropyRegularizer
The init of EntropyRegularizer accepts up to one argument (called limit
) but two are being passed in:
https://github.com/cvxgrp/rsw/blob/c152a12381ee1551ad78e6163a948a12c70e4975/rsw/regularizers.py#L34
We will end up with an error at https://github.com/cvxgrp/rsw/blob/c152a12381ee1551ad78e6163a948a12c70e4975/rsw/regularizers.py#L78