aesara-devs / aehmc

An HMC/NUTS implementation in Aesara
MIT License
33 stars 6 forks source link

Fix the computation of the trajectory weights #58

Closed rlouf closed 2 years ago

rlouf commented 2 years ago

This PR addresses a small bugs in NUTS, simplifies and refactors the test to only keep those for which we know the expected results.

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (c528550) into main (5448fda) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          536       535    -1     
  Branches        29        29           
=========================================
- Hits           536       535    -1     
Impacted Files Coverage Δ
aehmc/trajectory.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5448fda...c528550. Read the comment docs.