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

Remove input error on null foreign keys from BaseMultiTableSynthesizer.fit #2077

Merged

Conversation

rwedge
Copy link
Contributor

@rwedge rwedge commented Jun 18, 2024

Fixes #2057

@rwedge rwedge requested a review from a team as a code owner June 18, 2024 14:51
@rwedge rwedge requested review from frances-h and gsheni and removed request for a team June 18, 2024 14:51
)
with pytest.raises(SynthesizerInputError, match=err_msg):
synthesizer.fit(data)
synthesizer.fit(data)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When HMA is updated to support null foreign keys we should add more assertions here

@rwedge rwedge merged commit 407307a into nullable_foreign_keys Jun 20, 2024
76 checks passed
@rwedge rwedge deleted the issue-2057-remove-null-fk-error-multi-base branch June 20, 2024 13:52
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.

None yet

3 participants