tpapp / TransformVariables.jl

Transformations to contrained variables from ℝⁿ.
Other
66 stars 14 forks source link

Import `dimension` from LogDensityProblems to avoid namespace conflict #106

Open junyuan-chen opened 1 year ago

junyuan-chen commented 1 year ago

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.