Bug report
Your issue may already be reported!
Please check out our active issues before creating one.
Expected Behavior
A dataset of length 0 should throw an error when initialized instead of throwing a DivisionByZeroError when .start() is invoked
Steps to Reproduce (for bugs)
- Initialize a ParallelProcessing object with an empty dataset
- Notice how no error is raised
- Invoke the
.start() method
- Notice a DivisionByZeroError is raised
Your Environment
Bug report
Your issue may already be reported!
Please check out our active issues before creating one.
Expected Behavior
A dataset of length 0 should throw an error when initialized instead of throwing a DivisionByZeroError when
.start()is invokedSteps to Reproduce (for bugs)
.start()methodYour Environment