Skip to content

Conversation

@lguerard
Copy link
Contributor

Clarify the behavior of the function when the input list is empty or contains only None values, specifying that it returns (0, 0).

Fixes #57

Clarify the behavior of the function when the input list is empty
or contains only None values, specifying that it returns (0, 0).
@codecov
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.98%. Comparing base (ef64219) to head (0c97f2a).
Report is 9 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel      #67   +/-   ##
=======================================
  Coverage   24.98%   24.98%           
=======================================
  Files          25       25           
  Lines        1661     1661           
=======================================
  Hits          415      415           
  Misses       1246     1246           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ehrenfeu ehrenfeu linked an issue Mar 27, 2025 that may be closed by this pull request
@ehrenfeu ehrenfeu added this to the 1.5.0 milestone Mar 27, 2025
@ehrenfeu ehrenfeu added the documentation Missing documentation, docstring conventions, ... label Mar 27, 2025
@ehrenfeu ehrenfeu merged commit 16bed29 into imcf:devel Mar 27, 2025
3 checks passed
@github-project-automation github-project-automation bot moved this to Done in imcflibs Mar 27, 2025
@lguerard lguerard deleted the issues/57 branch March 31, 2025 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Missing documentation, docstring conventions, ...

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Improve docstring for calculate_mean_and_stdv()

2 participants