Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO(sll) in core/domain/state_domain.py: Check that this state actually exists. #20310

Closed
poloreoyeniji opened this issue May 14, 2024 · 1 comment

Comments

@poloreoyeniji
Copy link

Validate the existence of the destination state in the Outcome object. The Outcome class defines a value object representing an interaction outcome in an exploration. The current implementation doesn't verify if the specified destination state self.dest exists within the exploration. Implement logic within the Outcome constructor (or a related method) to check if the provided dest state is an existing state within the exploration.

@seanlip
Copy link
Member

seanlip commented May 29, 2024

Closing because this doesn't follow expected issue-filing conventions.

@seanlip seanlip closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
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

No branches or pull requests

2 participants