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

Avoid user-defined dimensions being injected into our code #47

Merged
merged 3 commits into from
Feb 17, 2023
Merged

Conversation

sethaxen
Copy link
Member

Fixes #37

@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2023

Codecov Report

Merging #47 (08c2bda) into main (ebdfc54) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   97.04%   97.08%   +0.03%     
==========================================
  Files          10       10              
  Lines         305      309       +4     
==========================================
+ Hits          296      300       +4     
  Misses          9        9              
Impacted Files Coverage Δ
src/dimensions.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sethaxen sethaxen merged commit 766efd4 into main Feb 17, 2023
@sethaxen sethaxen deleted the key2dim branch February 17, 2023 23:24
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.

DataFrame conversion from more complex posteriors fails in below MWE. Simple posteriors work.
2 participants