TensorBFS / TensorInference.jl

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

Use `test/Project.toml` in favor of `[extras]` in `Project.toml` #23

Closed mroavi closed 1 year ago

mroavi commented 1 year ago

The former seems to be the recommended approach. See: https://pkgdocs.julialang.org/v1/creating-packages/index.html#Test-specific-dependencies

The main benefit is that this makes debugging the tests much easier.