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

Add support for python 3.11 #256

Merged
merged 9 commits into from
Aug 16, 2023
Merged

Add support for python 3.11 #256

merged 9 commits into from
Aug 16, 2023

Conversation

fealho
Copy link
Member

@fealho fealho commented Jul 11, 2023

Resolve #250.

@fealho
Copy link
Member Author

fealho commented Jul 11, 2023

PR is waiting on SDV and SDMetrics releases with python 3.11.

@codecov-commenter
Copy link

codecov-commenter commented Aug 14, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (4f84e86) 48.05% compared to head (eb818cb) 48.05%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #256   +/-   ##
=======================================
  Coverage   48.05%   48.05%           
=======================================
  Files          19       19           
  Lines        1155     1155           
=======================================
  Hits          555      555           
  Misses        600      600           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fealho fealho marked this pull request as ready for review August 15, 2023 17:22
@fealho fealho requested a review from a team as a code owner August 15, 2023 17:22
@fealho fealho requested review from amontanez24 and removed request for a team August 15, 2023 17:22
Copy link
Contributor

@amontanez24 amontanez24 left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -211,7 +211,7 @@ def sample_from_synthesizer(synthesizer, n_samples):
pd.testing.assert_series_equal(results['Synthesizer'], expected_synthesizers)

assert set(results['Dataset']) == {'fake_companies'}
assert set(results['Dataset_Size_MB']) == {0.00128}
assert set(round(results['Dataset_Size_MB'], 5)) == {.00128}
Copy link
Contributor

Choose a reason for hiding this comment

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

minor: alternatively you could use

assert np.isclose(a, b)

I think that seems more clear than rounding

@fealho fealho merged commit bfdbb6d into master Aug 16, 2023
45 checks passed
@fealho fealho deleted the issue-250-py11 branch August 16, 2023 03:11
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.

Add support for Python 3.11
4 participants