Skip to content

Merge pull request #459 from GFNOrg/copilot/sub-pr-457-again

97a2453
Select commit
Loading
Failed to load commit list.
Open

Relative trajectory balance #457

Merge pull request #459 from GFNOrg/copilot/sub-pr-457-again
97a2453
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2025 in 0s

74.33% (+0.09%) compared to 91aae26

View this Pull Request on Codecov

74.33% (+0.09%) compared to 91aae26

Details

Codecov Report

❌ Patch coverage is 75.68389% with 80 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.33%. Comparing base (91aae26) to head (97a2453).
⚠️ Report is 25 commits behind head on master.

Files with missing lines Patch % Lines
src/gfn/gym/diffusion_sampling.py 64.70% 27 Missing and 3 partials ⚠️
src/gfn/gflownet/mle.py 81.90% 12 Missing and 7 partials ⚠️
src/gfn/utils/modules.py 71.15% 10 Missing and 5 partials ⚠️
src/gfn/gflownet/trajectory_balance.py 70.27% 7 Missing and 4 partials ⚠️
src/gfn/estimators.py 95.12% 1 Missing and 1 partial ⚠️
src/gfn/gym/helpers/diffusion_utils.py 0.00% 2 Missing ⚠️
src/gfn/gflownet/base.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #457      +/-   ##
==========================================
+ Coverage   74.23%   74.33%   +0.09%     
==========================================
  Files          47       48       +1     
  Lines        6805     7112     +307     
  Branches      800      830      +30     
==========================================
+ Hits         5052     5287     +235     
- Misses       1449     1503      +54     
- Partials      304      322      +18     
Files with missing lines Coverage Δ
src/gfn/env.py 81.29% <100.00%> (ø)
src/gfn/gflownet/base.py 78.88% <80.00%> (-0.19%) ⬇️
src/gfn/estimators.py 91.77% <95.12%> (-0.06%) ⬇️
src/gfn/gym/helpers/diffusion_utils.py 22.22% <0.00%> (-1.78%) ⬇️
src/gfn/gflownet/trajectory_balance.py 79.48% <70.27%> (-8.32%) ⬇️
src/gfn/utils/modules.py 72.80% <71.15%> (+0.05%) ⬆️
src/gfn/gflownet/mle.py 81.90% <81.90%> (ø)
src/gfn/gym/diffusion_sampling.py 48.75% <64.70%> (+4.89%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.