Skip to content

Commit

Permalink
Finished
Browse files Browse the repository at this point in the history
  • Loading branch information
AstitvaAggarwal committed Nov 4, 2024
1 parent a4f1184 commit 19c074c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/BPINN_PDE_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,8 @@ end
for t in ts]

unsafe_comparisons(true)
@test all(all, [((diff_u_new[i]) .^ 2 .< 0.7) for i in 1:6]) == true
@test all(all, [((diff_u_old[i]) .^ 2 .< 0.7) for i in 1:6]) == false
@test all(all, [((diff_u_new[i]) .^ 2 .< 0.8) for i in 1:6]) == true
@test all(all, [((diff_u_old[i]) .^ 2 .< 0.8) for i in 1:6]) == false

MSE_new = [mean(abs2, diff_u_new[i]) for i in 1:6]
MSE_old = [mean(abs2, diff_u_old[i]) for i in 1:6]
Expand Down

0 comments on commit 19c074c

Please sign in to comment.