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 has been archived by the owner on May 11, 2023. It is now read-only.
In Benedict, the key could be kernel.lengthscale whereas with regular nested dictionaries, one would have to write something more complex to index with ['kernel']['lengthscale'].
The text was updated successfully, but these errors were encountered:
Feature Request
When handling complex dictionary structures, Benedict makes tasks such as indexing easier. We should transition all dictionaries to use Benedict.
A clear place where this will be helpful is in selecting and updating individual parameters. In Benedict, the syntax could be as simple as
In Benedict, the key could be
kernel.lengthscale
whereas with regular nested dictionaries, one would have to write something more complex to index with['kernel']['lengthscale']
.The text was updated successfully, but these errors were encountered: