-
Notifications
You must be signed in to change notification settings - Fork 67
Update multi-table dataset list #536
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #536 +/- ##
==========================================
+ Coverage 75.53% 81.47% +5.93%
==========================================
Files 33 33
Lines 2825 2828 +3
==========================================
+ Hits 2134 2304 +170
+ Misses 691 524 -167
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| package='sdv-enterprise', | ||
| ) | ||
| python -m pip install sdgym[all] | ||
| " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No this is a fix, it's crashing without it:
https://github.com/sdv-dev/SDGym/actions/runs/21300591626/job/61317065322
| _write_metainfo_file(synthesizers, jobs, 'single_table', result_writer) | ||
|
|
||
| # Assert | ||
| expected_path = Path(__file__).parent.parent.parent / 'sdgym/synthesizer_descriptions.yaml' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of chaining the parent attribute I think you can do parents[2].
Resolve #535