Chaos
Chaos copied to clipboard
logistic_mandelbrot.py Downcasting to 32 bit
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?
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