Skip to content

Commit

Permalink
deactivate debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Aug 29, 2024
1 parent 757fb3c commit 53a7e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ end
# Note on the CI with 3.19.6 and Int64 this does not work on 2 cores; works fine
# on mac - I have deactived this test for now but we should try again with future PETSc versions
@test perform_lamem_test(dir,ParamFile,"Compressibility_Direct_deb-p2.expected",
keywords=keywords, accuracy=acc, cores=1, deb=false, clean_dir=false, debug=true)
keywords=keywords, accuracy=acc, cores=1, deb=false, clean_dir=false, debug=false)

# extract 1D profiles
phase_vec,ρ, z, Szz_vec, Sxx_vec, Pf_vec, τII_vec = extract_1D_profiles(data, dir)
Expand Down

0 comments on commit 53a7e4b

Please sign in to comment.