Skip to content

Commit

Permalink
Merge pull request #239 from mabarnes/cut-down-debug-checks
Browse files Browse the repository at this point in the history
Comment out some less-useful debug checks
  • Loading branch information
johnomotani authored Aug 8, 2024
2 parents dad73fc + f530bca commit 39c2c9f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
test-ubuntu:
runs-on: ubuntu-latest
timeout-minutes: 120
timeout-minutes: 150

steps:
- uses: actions/checkout@v4
Expand Down
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 39c2c9f

Please sign in to comment.