Skip to content

Commit

Permalink
Fix compatibility with Julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Nov 12, 2023
1 parent c3c0671 commit 593e27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_time_domain_reduction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Test.@test round(R[2], digits = 1) == 1 # Rand index should be equal to 1
Test.@test round(I, digits = 1) == 1 # Mutual information should be equal to 1

# test if output files are correct
Test.@testset for file in filter(endswith(".csv"), readdir(TDR_Results_true))
for file in filter(endswith(".csv"), readdir(TDR_Results_true))
Test.@test cmp_csv(joinpath(TDR_Results_test, file), joinpath(TDR_Results_true, file))
end

Expand Down

0 comments on commit 593e27a

Please sign in to comment.