-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
E.g.
julia> t = as((σ = asℝ₊,));
julia> transform(t, [-746])
(σ = 0.0,)This is causing problems in some optimization code where we optimize over the Vector representation and have to convert back and forth. That causes errors similar to
julia> inverse(t, transform(t, [-746]))
ERROR: DomainError with x > shift must hold. Got
x => 0.0
shift => 0.0:Metadata
Metadata
Assignees
Labels
No labels