You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
Currently, MeasurableTransform keeps a fixed set of valid_scalar_types consisting of supported scalar Ops. This needs to be completely changed so that supported Ops can be extended in a reasonable way, and without the need to import/specify them in AePPL itself, or perform hackish updates to static lists in AePPL classes.
The entire approach needs to be reconsidered carefully, although the aforementioned improvements are still a good start.
Currently,
MeasurableTransformkeeps a fixed set ofvalid_scalar_types consisting of supported scalarOps. This needs to be completely changed so that supportedOps can be extended in a reasonable way, and without the need to import/specify them in AePPL itself, or perform hackish updates to static lists in AePPL classes.The entire approach needs to be reconsidered carefully, although the aforementioned improvements are still a good start.