You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the append() method returns None, which results in sharding_kwargs['codecs'] being set to None instead of a list containing the new codec. Consider replacing this with 'previous_codecs + [sharding_codec]' or appending to previous_codecs and then assigning it directly.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments