Skip to content

Commit

Permalink
Comment out some less-useful debug checks
Browse files Browse the repository at this point in the history
...to speed up the CI job. The commented out tests either don't test
extra features compared to other runs that are kept, or only test unused
features (like finite-difference derivatives) so that they are not
important to test, and also not likely to change.
  • Loading branch information
johnomotani committed Aug 8, 2024
1 parent dad73fc commit c1ba5b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions moment_kinetics/debug_test/sound_wave_inputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -261,18 +261,18 @@ test_input_list = [
#test_input_finite_difference_split_1_moment,
#test_input_finite_difference_split_2_moments,
#test_input_finite_difference_split_3_moments,
test_input_finite_difference_cx0,
#test_input_finite_difference_cx0,
#test_input_finite_difference_cx0_split_1_moment,
#test_input_finite_difference_cx0_split_2_moments,
#test_input_finite_difference_cx0_split_3_moments,
test_input_finite_difference_1D1V,
test_input_finite_difference_1D1V_split_1_moment,
test_input_finite_difference_1D1V_split_2_moments,
#test_input_finite_difference_1D1V,
#test_input_finite_difference_1D1V_split_1_moment,
#test_input_finite_difference_1D1V_split_2_moments,
test_input_finite_difference_1D1V_split_3_moments,
test_input_finite_difference_cx0_1D1V,
test_input_finite_difference_cx0_1D1V_split_1_moment,
test_input_finite_difference_cx0_1D1V_split_2_moments,
test_input_finite_difference_cx0_1D1V_split_3_moments,
#test_input_finite_difference_cx0_1D1V,
#test_input_finite_difference_cx0_1D1V_split_1_moment,
#test_input_finite_difference_cx0_1D1V_split_2_moments,
#test_input_finite_difference_cx0_1D1V_split_3_moments,
test_input_chebyshev,
#test_input_chebyshev_split_1_moment,
#test_input_chebyshev_split_2_moments,
Expand All @@ -286,7 +286,7 @@ test_input_list = [
test_input_chebyshev_1D1V_split_2_moments,
test_input_chebyshev_1D1V_split_3_moments,
test_input_chebyshev_cx0_1D1V,
test_input_chebyshev_cx0_1D1V_split_1_moment,
test_input_chebyshev_cx0_1D1V_split_2_moments,
#test_input_chebyshev_cx0_1D1V_split_1_moment,
#test_input_chebyshev_cx0_1D1V_split_2_moments,
test_input_chebyshev_cx0_1D1V_split_3_moments,
]
10 changes: 5 additions & 5 deletions moment_kinetics/debug_test/wall_bc_inputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ test_input_list = [
#test_input_finite_difference_simple_sheath,
#test_input_finite_difference_1D1V,
#test_input_finite_difference_simple_sheath_1D1V,
test_input_chebyshev,
#test_input_chebyshev,
test_input_chebyshev_simple_sheath,
test_input_chebyshev_1D1V,
test_input_chebyshev_split1_1D1V,
test_input_chebyshev_split2_1D1V,
test_input_chebyshev_split3_1D1V,
#test_input_chebyshev_1D1V,
#test_input_chebyshev_split1_1D1V,
#test_input_chebyshev_split2_1D1V,
#test_input_chebyshev_split3_1D1V,
test_input_chebyshev_simple_sheath_1D1V,
]

0 comments on commit c1ba5b2

Please sign in to comment.