TransformVariables.jl
TransformVariables.jl copied to clipboard
Import `dimension` from LogDensityProblems to avoid namespace conflict
Defining dimension in TransformVariables.jl brings a namespace conflict when the dimension functions from both LogDensityProblems.jl and this package are needed. Since the two packages are often used together, I suggest taking dependency on LogDensityProblems.jl to avoid the conflict.