Skip to content

Conversation

mrmundt
Copy link
Contributor

@mrmundt mrmundt commented Sep 8, 2025

Fixes #3721

Summary/Motivation:

@shermanjasonaf reported an issue with ConfigDict.user_values(). This PR fixes that problem by introducing a new private flag and adds two tests that mimic the examples given in the Issue.

Changes proposed in this PR:

  • When making a ConfigDict from a dict, only the entries are marked as user-set, not the instance itself
  • Tests

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarify contents of ConfigDict().__call__().user_values()
1 participant