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

Deterministic sort order for plotly express modes #4429

Merged
merged 2 commits into from Nov 17, 2023

Conversation

alev000
Copy link
Contributor

@alev000 alev000 commented Nov 17, 2023

Addresses #4428

Note: without the proposed code change to _core.py, the new tests fail intermittently; with the proposed change, they succeed consistently.

Code PR

  • I have read through the contributing notes and understand the structure of the package. In particular, if my PR modifies code of plotly.graph_objects, my modifications concern the codegen files and not generated files.
  • I have added tests (if submitting a new feature or correcting a bug) or
    modified existing tests.
  • For a new feature, I have added documentation examples in an existing or
    new tutorial notebook (please see the doc checklist as well).
  • I have added a CHANGELOG entry if fixing/changing/adding anything substantial.
  • For a new feature or a change in behaviour, I have updated the relevant docstrings in the code to describe the feature or behaviour (please see the doc checklist as well).

Copy link
Contributor

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

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

💃 Very nice test, thanks! Let's add a changelog entry then we can merge.

@alev000
Copy link
Contributor Author

alev000 commented Nov 17, 2023

I see a failure in python_38_orca here. From what I can see, this seems unrelated to the current PR. Is this potentially a flaky test failure, or a transient error that needs to be retried?

plotly/tests/test_orca/test_orca_server.py::test_ensure_orca_ping_and_proc

@alexcjohnson
Copy link
Contributor

Yep, just a flaky test - all good the second time around ☺️ - thanks again!

@alexcjohnson alexcjohnson merged commit d4a7c32 into plotly:master Nov 17, 2023
4 checks passed
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