Skip to content

Commit

Permalink
Make sure n_neutral_species = 0 in gyroaverage_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardman committed Aug 5, 2024
1 parent 001b676 commit 1a31ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/test/gyroaverage_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function gyroaverage_test(absolute_error; rhostar=0.1, pitch=0.5, ngrid=5, kr=2,
end

function create_test_composition()
input_dict = Dict{String,Any}("composition" => Dict("gyrokinetic_ions" => true ) )
input_dict = Dict{String,Any}("composition" => Dict("n_ion_species" => 1, "n_neutral_species" => 0, "gyrokinetic_ions" => true ) )
println(input_dict)
return get_species_input(input_dict)
end
Expand Down

0 comments on commit 1a31ca8

Please sign in to comment.