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

some guide(s) may use outdated ulab code, update for 7.x #1957

Open
jepler opened this issue Dec 29, 2021 · 1 comment
Open

some guide(s) may use outdated ulab code, update for 7.x #1957

jepler opened this issue Dec 29, 2021 · 1 comment

Comments

@jepler
Copy link
Member

jepler commented Dec 29, 2021

PyGamer_Improved_Thermal_Camera/code.py:grid_data = ulab.zeros(((2 * n) - 1, (2 * n) - 1))  # 15x15 color index narray
PyGamer_Improved_Thermal_Camera/code.py:histogram = ulab.zeros((2 * n) - 1)  # Histogram accumulation narray
PyGamer_Improved_Thermal_Camera/code.py:    histogram = ulab.zeros(GRID_AXIS)  # Clear histogram accumulation array
@CedarGroveStudios
Copy link
Contributor

Was previously fixed in PR# #1953

from existing guide:
Screen Shot 2022-01-13 at 1 07 26 PM

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

2 participants