Skip to content

Instantly share code, notes, and snippets.

@mwitiderrick
Created July 11, 2022 09:11
Show Gist options
  • Save mwitiderrick/a32641acd149ad0a28696bf488240141 to your computer and use it in GitHub Desktop.
Save mwitiderrick/a32641acd149ad0a28696bf488240141 to your computer and use it in GitHub Desktop.
new_scores_array = scores_array.at[0:3].set([20,40,90])
new_scores_array
# DeviceArray([20, 40, 90, 30, 25], dtype=int32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment