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

Fixing incorrect seeding argument due to Pydantic extra="ignore" #797

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

jamesbraza
Copy link
Collaborator

MultipleChoiceQuestion (https://github.com/Future-House/aviary/blob/v0.14.0/src/aviary/utils.py#L217) has no model_config, which means it ignores extras. #768 incorrect used "seed" instead of "shuffle_seed".

This PR just fixes that mix-up.

@jamesbraza jamesbraza added the bug Something isn't working label Jan 9, 2025
@jamesbraza jamesbraza requested a review from a team January 9, 2025 19:40
@jamesbraza jamesbraza self-assigned this Jan 9, 2025
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jan 9, 2025
@jamesbraza jamesbraza merged commit 1881836 into main Jan 9, 2025
5 checks passed
@jamesbraza jamesbraza deleted the fixing-seeding branch January 9, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants