Browse Source

Update numpy.js

Lutz Roeder 3 weeks ago
parent
commit
2c72db2d44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/numpy.js

+ 1 - 1
source/numpy.js

@@ -261,7 +261,7 @@ numpy.Error = class extends Error {
 
     constructor(message) {
         super(message);
-        this.name = 'Error loading Chainer model.';
+        this.name = 'Error loading NumPy model.';
     }
 };