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
Use dtype=np.int32 during computation (avoid overflow)
Clip to [0, 255] and cast to uint8 only at final output
Prefer vectorized operations over loops
Quick Commands
# Run all tests
pytest -v
# Run specific module tests
pytest decoder/tests/ -v
pytest entropy/tests/ -v
# Run with logging
pytest -v --log-cli-level=DEBUG
# Run High Profile pixel-perfect tests
pytest decoder/tests/test_high_profile.py -v