mnnpy
mnnpy copied to clipboard
NumbaDeprecationWarning
/Users/cahanlab/anaconda3/envs/pyEnv2/lib/python3.6/site-packages/numba/object_mode_passes.py:188: NumbaDeprecationWarning: Fall-back from the nopython compilation path to the object mode compilation path has been detected, this is deprecated behaviour.
For more information visit http://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit
File "../../../../anaconda3/envs/pyEnv2/lib/python3.6/site-packages/mnnpy/utils.py", line 107:
def compute_correction(data1, data2, mnn1, mnn2, data2_or_raw2, sigma):
Does this lead to a failure in batch correction? I'm having a hard time figuring out whether the batch correction worked or not.
+1 on fixing this. These warnings are extremely verbose and it makes it hard to see if there are any relevant warnings.