Skip to content

Commit

Permalink
WIP #541 Updated ImportTorch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Jul 26, 2016
1 parent d84764a commit 6eb5a8b
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 161 deletions.
2 changes: 1 addition & 1 deletion src/plugins/CreateTorchMeta/CreateTorchMeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ define([
var self = this;

if (!this.META.Language) {
callback('"Language" container required to run plugin', this.result);
return callback('"Language" container required to run plugin', this.result);
}

// Extra layer names
Expand Down
Binary file modified src/seeds/devTests/devTests.webgmex
Binary file not shown.
6 changes: 1 addition & 5 deletions test/plugins/ImportTorch/ImportTorch.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ describe('ImportTorch', function () {
checker = new GraphChecker({
core: core,
ignore: {
attributes: [
'input', // this could be inferred
'calculateDimensionality',
'dimensionalityTransform'
]
attributes: []
}
});
return project.createBranch('test', commitHash);
Expand Down
Loading

0 comments on commit 6eb5a8b

Please sign in to comment.