Since analysis3-26.02 I’ve been getting this warning:
/g/data/xp65/public/apps/med_conda/envs/analysis3-26.02/lib/python3.11/site-packages/intake/catalog/utils.py:173: UserWarning: Shell command not executed due to getshell=False
warnings.warn("Shell command not executed due to getshell=False")
when running:
import intake
cat = intake.cat.access_nri
Can we suppress this? It’s annoying to have it appearing in all the COSIMA Recipes etc.
Just wondering if you were after a user-side solution (i.e. something you can do to suppress the warnings e.g. in a notebook) or you’re after a fix in the analysis3 environment/packages?