nasa/progpy

Fix statistics for no samples

Opened this issue · 0 comments

Requirement Text
Update logic for .metrics() method for UncertainData to handle case where all samples are none

Suggested Solution
Return None for all metrics except n_samples (which will be 0. Raise warning

DoD

  • Implement feature
  • Add tests