Closed sunxd3 closed 7 months ago
Current:
using AbstractPPL # current `master` get((;y = 1,), @varname(y)) # == (y = 1,) # this PR get((;y = 1,), @varname(y)) # == 1
Somehow the PropertyLens{sym}() was dropped during the transition to Accessors.jl, sorry for the overlook.
PropertyLens{sym}()
Accessors.jl
@yebai thanks for taking a look.
Regarding the errors in DynamicPPL, I am not sure what's causing the errors -- will take try to solve them tomorrow.
The error that triggered this PR is resolved, I believe.
Current:
Somehow the
PropertyLens{sym}()
was dropped during the transition toAccessors.jl
, sorry for the overlook.