Skip to content

Commit

Permalink
CI test input deck must use name diag.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinRayAngus committed Jul 14, 2024
1 parent 9d8e96d commit 793c02f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Examples/Tests/collision/inputs_1d
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ collision1.species = ions ions
collision1.CoulombLog = 10.0

# Diagnostics
diagnostics.diags_names = diags1
diagnostics.diags_names = diag1

diags1.fields_to_plot = "none"
diags1.species = "ions"
diags1.intervals = 600
diags1.diag_type = Full
diags1.ions.variables = w z ux uy uz
diag1.fields_to_plot = "none"
diag1.species = "ions"
diag1.intervals = 600
diag1.diag_type = Full
diag1.ions.variables = w ux uy uz

0 comments on commit 793c02f

Please sign in to comment.