Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plotly/plotly.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc8a1a10c3cd0a8fc97e514cd4db5a54595e50ee
Choose a base ref
..
head repository: plotly/plotly.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2b0282e5b96ae02c48f6a6dc13b194de71af526
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 packages/python/plotly/plotly/tests/test_optional/test_px/test_px_functions.py
Original file line number Diff line number Diff line change
@@ -69,9 +69,7 @@ def test_pie_custom_category_order(constructor):
data_frame=df,
values="count",
names="status",
category_orders={
"status": custom_order
}, # raises polars.exceptions.ColumnNotFoundError
category_orders={"status": custom_order},
).to_dict()
assert list(result["data"][0]["labels"]) == [
"Pending",