ソースを参照

Update models.js (#1109)

Lutz Roeder 2 年 前
コミット
89313f7be0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      test/models.js

+ 1 - 1
test/models.js

@@ -371,7 +371,7 @@ class Target {
         this.name = this.type ? this.type + '/' + this.target[0] : this.target[0];
         this.measures = new Map([ [ 'name', this.name ] ]);
         // TODO #1109 duplicate value name
-        this.skip1109 = [ 'coreml', 'kmodel', 'openvino' ].includes(this.type);
+        this.skip1109 = [ 'coreml', 'openvino' ].includes(this.type);
     }
 
     match(patterns) {