Skip to content

[Bug] Dataset of length 0 is not validated #68

Closed
@caffeine-addictt

Description

@caffeine-addictt

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)

  1. Initialize a ParallelProcessing object with an empty dataset
  2. Notice how no error is raised
  3. Invoke the .start() method
  4. Notice a DivisionByZeroError is raised

Your Environment

  • Version used: v1.0.1

Metadata

Metadata

Labels

Type: BugSomething isn't working as expected.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions