Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parameter: correct .set post-initialization check (#3116)
Parameter.set checks for Component values assigned after its owning Component's __init__ so that the assigned Components can be shaped compatibly and set up for later context initialization. Check for ContextFlags.INITIALIZED initialization_status instead of is_initialized, because is_initialized also considers any initialization context, not just the status of having completed Component.__init__
- Loading branch information