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

Do not implement methods from Base #15

Merged
merged 1 commit into from
Feb 14, 2020
Merged

Do not implement methods from Base #15

merged 1 commit into from
Feb 14, 2020

Conversation

devmotion
Copy link
Member

IMO we should not implement these methods since we do not provide a useful default implementation and stuff like Base.hcat(c::AbstractChains...) = cat(c...; dims=2) will invalidate the default definition of hcat() in Base (which might be related to TuringLang/MCMCChains.jl#171).

@codecov
Copy link

codecov bot commented Feb 13, 2020

Codecov Report

Merging #15 into master will increase coverage by 7.24%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   80.85%   88.09%   +7.24%     
==========================================
  Files           1        1              
  Lines          47       42       -5     
==========================================
- Hits           38       37       -1     
+ Misses          9        5       -4
Impacted Files Coverage Δ
src/AbstractMCMC.jl 88.09% <ø> (+7.24%) ⬆️

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 ca622ed...6d6c9db. Read the comment docs.

@cpfiffer cpfiffer merged commit b2f4ff1 into master Feb 14, 2020
@delete-merged-branch delete-merged-branch bot deleted the devmotion-patch-1 branch February 14, 2020 02:20
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.

2 participants