Skip to content

Instantly share code, notes, and snippets.

@scztt
Created May 24, 2022 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scztt/264c0d06d85131bb6219c1308bcf805b to your computer and use it in GitHub Desktop.
Save scztt/264c0d06d85131bb6219c1308bcf805b to your computer and use it in GitHub Desktop.
+Object {
assertChannels {
|...args|
if (this.asArray.shape != args) {
Exception("Expected array of shape % (array is %)".format(args, this.shape)).throw;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment