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
fix: inverted loop condition in chaos_machine.py prevents execution
The while loop condition was inverted — it
should be . The loop that pulls output
data and prompts the user for exit never executed.
Also:
- Add type hints to all functions
- Add module-level docstring with references
- Add docstrings with doctests to pull()
- Fix reset() to copy K instead of aliasing it (prevented repeated reset)
- Remove deprecated in favor of built-in
0 commit comments