Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Error Missing in HIO.py #12

Open
mhurley4 opened this issue Jun 2, 2022 · 0 comments
Open

Update Error Missing in HIO.py #12

mhurley4 opened this issue Jun 2, 2022 · 0 comments

Comments

@mhurley4
Copy link

mhurley4 commented Jun 2, 2022

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant