Skip to content

Commit

Permalink
Merged in dagNN-typo (pull request #16)
Browse files Browse the repository at this point in the history
fixes minor typo in @DagNN.rebuild
  • Loading branch information
lenck committed Apr 19, 2016
2 parents 16a6d4d + 223c360 commit 1495674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/+dagnn/@DagNN/rebuild.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function rebuild(obj)
end
end
if any(order == -1)
warning('The network grpah contains a cycle') ;
warning('The network graph contains a cycle') ;
end
[~,order] = sort(order, 'descend') ;

Expand Down

0 comments on commit 1495674

Please sign in to comment.