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
A ValueError not raised if an opencl context is not provided and the context obtained from context = get_context() does not support double floating-point precision. Correct behaviour is to raise the ValueError.
A
ValueError
not raised if an opencl context is not provided and the context obtained fromcontext = get_context()
does not support double floating-point precision. Correct behaviour is to raise theValueError
.https://github.com/alan-turing-institute/PeriPy/blob/master/peripy/integrators.py#:~:text=%23%20Get%20an%20OpenCL,floating-point%20precision%22)
The text was updated successfully, but these errors were encountered: