Tell user why the remaining steps are being skipped #304
Labels
documentation
Improvements or additions to documentation
minor new feature
intended for changes that require bumping MINOR version. New features that are backwards-compatible.
In pipeline.py, line 121, the following message is passed to the logger:
logger.info('Skipping remaining steps of the pipeline and returning')
It would be useful to know, when looking at the log, why the steps are being skipped. Is this just normal, because no particles were found, or does it indicated that something went wrong somewhere.
The text was updated successfully, but these errors were encountered: