Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide divergence and convergence stats for EdgePopulation #242

Merged
merged 4 commits into from
Feb 28, 2024

Conversation

joni-herttuainen
Copy link
Contributor

  • Added StatsHelper for EdgePopulation
  • Stats accessible via EdgePopulation.stats
    • E.g., circuit.edges['population'].stats.divergence(source, target, "synapses", sample=N)
  • implemented methods: StatsHelper.divergence,StatsHelper.convergence
    Closes Convergence and Divergence statistics #236 .

@codecov-commenter
Copy link

codecov-commenter commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c9162f7) 100.00% compared to head (5ef62f6) 100.00%.

❗ Current head 5ef62f6 differs from pull request most recent head ec1067e. Consider uploading reports for the commit ec1067e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #242    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           32        32            
  Lines         2728      2428   -300     
==========================================
- Hits          2728      2428   -300     
Flag Coverage Δ
pytest 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Conflicts:
	CHANGELOG.rst
	tests/test_edge_population.py
@joni-herttuainen joni-herttuainen merged commit d2d61c4 into master Feb 28, 2024
4 checks passed
@joni-herttuainen joni-herttuainen deleted the nsetm-2252 branch February 28, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convergence and Divergence statistics
3 participants