Closed sethaxen closed 1 year ago
Merging #35 (102052e) into main (c060241) will decrease coverage by
0.18%
. The diff coverage is91.66%
.
@@ Coverage Diff @@
## main #35 +/- ##
==========================================
- Coverage 96.12% 95.94% -0.19%
==========================================
Files 8 9 +1
Lines 284 296 +12
==========================================
+ Hits 273 284 +11
- Misses 11 12 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/from_namedtuple.jl | 95.12% <ø> (ø) |
|
src/from_dict.jl | 87.50% <87.50%> (ø) |
|
src/utils.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.
Implements a pure Julia
from_dict
to replace ArviZ's Python version. Currently it just dispatches tofrom_namedtuple
after suitably converting it, but this can change later ifInferenceData
allowsDict
storage, see #16.