Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Apr 25, 2017
1 parent cd821e7 commit 8abaad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mfcc.jl
Expand Up @@ -7,7 +7,7 @@ function test_mfcc(len, order)
# By default, c0 is not contained
cc = mfcc(dummy, order, czero=true, power=true)
# @test length(cc) == order
if any(isnan(cc))
if any(isnan.(cc))
@show cc
end
@test all(isfinite.(cc))
Expand Down

0 comments on commit 8abaad3

Please sign in to comment.