Skip to content

fix: update tutorial seed for changed random stream

44283ed
Select commit
Loading
Failed to load commit list.
Open

Migrate all seeded functions from global random state to local RNG instances #689

fix: update tutorial seed for changed random stream
44283ed
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 27, 2026 in 0s

93.67% (+0.08%) compared to cc32ef6

View this Pull Request on Codecov

93.67% (+0.08%) compared to cc32ef6

Details

Codecov Report

❌ Patch coverage is 90.27778% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.67%. Comparing base (cc32ef6) to head (44283ed).

Files with missing lines Patch % Lines
xgi/generators/random.py 78.57% 3 Missing ⚠️
xgi/dynamics/synchronization.py 50.00% 2 Missing ⚠️
xgi/generators/randomizing.py 83.33% 1 Missing ⚠️
xgi/generators/simplicial_complexes.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #689      +/-   ##
==========================================
+ Coverage   93.59%   93.67%   +0.08%     
==========================================
  Files          66       66              
  Lines        5123     5110      -13     
==========================================
- Hits         4795     4787       -8     
+ Misses        328      323       -5     

☔ 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.