Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #53 from LinJianan/main
Browse files Browse the repository at this point in the history
Update shape.hhs
  • Loading branch information
lidangzzz authored May 18, 2022
2 parents d9b3045 + 82aa388 commit e3a5f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shape.hhs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function shape(input) {
*import math: deep_copy

if (arguments.length !== 1) {
throw new Error(Exception occurred in shape - wrong argument given);
throw new Error('Exception occurred in shape - wrong argument given');
}

if (!(Array.isArray(input)) && !(input instanceof Mat) && !(input instanceof Tensor)) {
Expand Down

0 comments on commit e3a5f8f

Please sign in to comment.