Skip to content

Instantly share code, notes, and snippets.

@scztt
Created October 29, 2019 21:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scztt/830bb7ff5e6aa858540237b95227ae48 to your computer and use it in GitHub Desktop.
Save scztt/830bb7ff5e6aa858540237b95227ae48 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