data_collator.py calls logger.warning(...) on line 53, but logger is never imported or defined in the file. When the input count matrix contains a row of all zeros, the pipeline crashes with:
NameError: name 'logger' is not defined
Please consider defining a logger, which would allow the warning to be logged properly instead of causing the pipeline to fail.
data_collator.pycallslogger.warning(...)on line 53, butloggeris never imported or defined in the file. When the input count matrix contains a row of all zeros, the pipeline crashes with:Please consider defining a logger, which would allow the warning to be logged properly instead of causing the pipeline to fail.