``` import bp bp.function() ``` Results in the following error ``` NotImplementedError: Phylanx does not support non-NumPy member functions.Cannot transform: bp.bp_cpu ``` The NumPy mention is misleading here. Can we have a clearer error message?