Skip to content

Conversation

@DimitriPapadopoulos
Copy link
Contributor

Rewrite as set literal syntax.

  • Closes #xxxx
  • Tests added
  • User visible changes (including notable bug fixes) are documented in whats-new.rst
  • New functions/methods are listed in api.rst

Rewrite as set literal syntax.
input_core_dims=[["i", "j"]],
output_core_dims=[["i", "j"]],
exclude_dims=set(("i", "j")),
exclude_dims={"i", "j"},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hopefully the intent was {"i", "j"}, not {('i', 'j')}.

@max-sixty max-sixty merged commit e159879 into pydata:main Jun 27, 2025
33 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the PTC-W0018 branch June 28, 2025 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants