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

Glitch Controller Minor Bugs #495

Open
alex-dewar opened this issue Jul 2, 2024 · 0 comments
Open

Glitch Controller Minor Bugs #495

alex-dewar opened this issue Jul 2, 2024 · 0 comments
Assignees

Comments

@alex-dewar
Copy link
Contributor

From Discord:

a minor documentation bug to report.
GlitchController.glitch_plot() docstring states: "x_bound (list or None): Boundarys for x-axis in plot"
apart from an obvious typo, it's worth noting a list won't actually be accepted -- only a 2-tuple of (min, max).
same for y_bound.
another funny bug is, calling GlitchController.set_step() explodes in your face if you didn't call GlitchController.set_global_step() even though there is no obvious need to call it. but it's the only place that assigns self._num_steps used by set_step().

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

No branches or pull requests

1 participant