TuringLang / AbstractMCMC.jl

Abstract types and interfaces for Markov chain Monte Carlo methods
https://turinglang.org/AbstractMCMC.jl
MIT License
79 stars 18 forks source link

Fixed missing semi-colon for kwargs in `steps` #53

Closed torfjelde closed 3 years ago

torfjelde commented 3 years ago

This really seems like a bug to me, but maybe I'm just brainfarting at 1am (it has happened before).

codecov[bot] commented 3 years ago

Codecov Report

Merging #53 (479a652) into master (f7f4e46) will increase coverage by 1.31%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   97.36%   98.68%   +1.31%     
==========================================
  Files           6        6              
  Lines         152      152              
==========================================
+ Hits          148      150       +2     
+ Misses          4        2       -2     
Impacted Files Coverage Δ
src/stepper.jl 100.00% <ø> (+28.57%) :arrow_up:

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 f7f4e46...c152375. Read the comment docs.

torfjelde commented 3 years ago

Should be good now :+1: