You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the HIO function doesn't update the modulus before updating the error; leading to a static error output during HIO iterations. Should have something like
It looks like the HIO function doesn't update the modulus before updating the error; leading to a static error output during HIO iterations. Should have something like
def HIO(...):
...
self._UpdateHIOStep()
self._UpdateMod()
self._UpdateError()
The text was updated successfully, but these errors were encountered: