Skip to content

Fix LogicalNames type #2759

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

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Conversation

cgarciae
Copy link
Collaborator

What does this PR do?

This PR changes the type of LogicalNames to

Tuple[Union[str, None], ...]

This new difinition succesfully represents inputs such as (None, 'data').

@codecov-commenter
Copy link

codecov-commenter commented Dec 27, 2022

Codecov Report

Merging #2759 (d5f367d) into main (0453d38) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2759   +/-   ##
=======================================
  Coverage   81.22%   81.22%           
=======================================
  Files          53       53           
  Lines        5625     5625           
=======================================
  Hits         4569     4569           
  Misses       1056     1056           
Impacted Files Coverage Δ
flax/core/meta.py 98.64% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@IvyZX IvyZX self-requested a review December 27, 2022 01:50
@IvyZX IvyZX self-assigned this Dec 27, 2022
@copybara-service copybara-service bot merged commit 2d79fdb into google:main Dec 27, 2022
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.

3 participants