Skip to content

Commit

Permalink
Update debug_test inputs for changes to geometry input
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Mar 14, 2024
1 parent a13f9a0 commit b6b7df0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ test_input_full_f = Dict(
"r_discretization" => "chebyshev_pseudospectral",
"r_nelement" => 1,
"r_ngrid" => 3,
"rhostar" => 1.0,
"split_operators" => false,
"vpa_L" => 6.0,
"vpa_bc" => "zero",
Expand Down
2 changes: 1 addition & 1 deletion moment_kinetics/debug_test/mms_inputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ test_input = Dict(
"evolve_moments_conservation" => false,
"T_e" => 1.0,
"T_wall" => 1.0,
"rhostar" => 1.0,
"initial_density1" => 0.5,
"initial_temperature1" => 1.0,
"initial_density2" => 0.5,
Expand Down Expand Up @@ -72,6 +71,7 @@ test_input = Dict(
"vzeta_L" => 12.0,
"vzeta_bc" => "none",
"vzeta_discretization" => "chebyshev_pseudospectral",
"geometry" => Dict{String,Any}("rhostar" => 1.0,),
)

test_input_list = [
Expand Down

0 comments on commit b6b7df0

Please sign in to comment.