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
I get this Warning: 3.9.2/lib/python3.9/site-packages/vispy/gloo/texture.py:44: UserWarning: GPUs can't support dtypes bigger than 32-bit, but got 'float64'. Precision will be lost due to downcasting to 32-bit.
warnings.warn(
fractal_mandelbrot_100 started rendering
when running logistic_mandelbrot.py
is this a Problem?
The text was updated successfully, but these errors were encountered:
Not a real problem, we probably should run the whole Mandelbrot calculation in float32 anyway since it will speed things up. For now just ignore it, if anyone wants to PR this change, feel free
I get this Warning: 3.9.2/lib/python3.9/site-packages/vispy/gloo/texture.py:44: UserWarning: GPUs can't support dtypes bigger than 32-bit, but got 'float64'. Precision will be lost due to downcasting to 32-bit.
warnings.warn(
fractal_mandelbrot_100 started rendering
when running logistic_mandelbrot.py
is this a Problem?
The text was updated successfully, but these errors were encountered: