TensorBFS / TensorInference.jl

Probabilistic inference using contraction of tensor networks
https://tensorbfs.github.io/TensorInference.jl/
MIT License
18 stars 2 forks source link

Support artifact downloading and reading #50

Closed mroavi closed 1 year ago

mroavi commented 1 year ago

Solves https://github.com/TensorBFS/TensorInference.jl/issues/44

codecov[bot] commented 1 year ago

Codecov Report

Merging #50 (9f6e6f9) into main (bad349e) will increase coverage by 0.95%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   80.12%   81.07%   +0.95%     
==========================================
  Files           9        9              
  Lines         478      502      +24     
==========================================
+ Hits          383      407      +24     
  Misses         95       95              
Impacted Files Coverage Δ
src/TensorInference.jl 75.00% <ø> (ø)
src/utils.jl 89.25% <100.00%> (+2.65%) :arrow_up:
GiggleLiu commented 1 year ago

Looks great, would be great if we can list these models somewhere in the documentation.