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

Adjust tests for median support in groupby-aggregate in dask-expr #10840

Merged
merged 1 commit into from Jan 19, 2024

Conversation

hendrikmakait
Copy link
Member

  • Closes #xxxx
  • Tests added / passed
  • Passes pre-commit run --all-files

)

specs = [
{"b": {"c": "mean"}, "c": {"a": "max", "b": "min"}},
Copy link
Member Author

Choose a reason for hiding this comment

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

pandas doesn't know what to do with these specs and from what I can tell, we never assert correctness on the result, so I've removed the tests and would consider this functionality not supported.

Copy link
Contributor

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

     15 files  ± 0       15 suites  ±0   3h 27m 9s ⏱️ + 13m 7s
 12 910 tests  -  2   11 981 ✅  -  2     929 💤 ±0  0 ❌ ±0 
159 960 runs   - 24  143 378 ✅  - 28  16 582 💤 +4  0 ❌ ±0 

Results for commit 26260f3. ± Comparison against base commit c0058eb.

This pull request removes 2 tests.
dask.dataframe.tests.test_groupby ‑ test_aggregate_dask[disk]
dask.dataframe.tests.test_groupby ‑ test_aggregate_dask[tasks]

@phofl phofl merged commit 77882f4 into dask:main Jan 19, 2024
29 checks passed
@phofl
Copy link
Collaborator

phofl commented Jan 19, 2024

thx

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

2 participants