TensorBFS / TensorInference.jl

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

Remove Artifacts as a project dependency #32

Closed mroavi closed 1 year ago

mroavi commented 1 year ago

Using Artifacts within the source code of TensorInference is not a very good practice. I think we should move this functionality out of this package and remove Artifacts as a project dependency. We could move the artifacts dependency to the test project instead.

I think it becomes much cleaner if our functions expect paths to the relevant files (model, evidence, query) rather than a string that is later used in combination with artifacts.

mroavi commented 1 year ago

Fixed in https://github.com/TensorBFS/TensorInference.jl/pull/33