datashader icon indicating copy to clipboard operation
datashader copied to clipboard

Dashboard section of the tutorial raises warning

Open tomascsantos opened this issue 2 years ago • 2 comments

ALL software version info

(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)

https://gist.github.com/tomascsantos/815e3ed1a20d56aaa0b042cdf043e40b

Description of expected behavior and the observed behavior

I don't think users should see errors in the tutorial without changing anything

Complete, minimal, self-contained example code that reproduces the issue

I just followed tutorial 06_Dashboard Screen Shot 2022-05-21 at 8 17 48 PM

Not a big deal, just trying to catch little things to make a more "professional" tutorial experience :)

tomascsantos avatar May 22 '22 03:05 tomascsantos

Yes! We should definitely address that, caused by an update in one of our dependencies. We'll need to make an overall revision of the tutorial before SciPy, so we should be able to deal with that at that time.

jbednar avatar May 24 '22 02:05 jbednar

The warning is issued by OpenMP when called by numba under certain circumstances. It is being dealt with by the numba developers, there is a PR in progress currently (https://github.com/numba/numba/pull/7705).

My recommended course of action is to tolerate the warning in the short term and monitor the progress of the numba fix. So this will probably end up being a "wontfix" as it won't involve any action by us. I'll keep the issue open but punt it to the 0.14.3 milestone.

ianthomas23 avatar Jul 27 '22 16:07 ianthomas23