Skip to content

Update Error Missing in HIO.py #12

@mhurley4

Description

@mhurley4

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions