Skip to content

Commit

Permalink
Reduce length of "run_name" in restart_interpolation_tests.jl
Browse files Browse the repository at this point in the history
Avoids filename-too-long errors on Github Actions servers.
  • Loading branch information
johnomotani committed Nov 14, 2024
1 parent d823457 commit 22c2204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/test/restart_interpolation_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function run_test(test_input, base, message, rtol, atol; tol_3V, args...)
name = name[1:60]
end
if parallel_io
name *= "parallel-io"
name *= "p-io"
end

# Provide some progress info
Expand Down

0 comments on commit 22c2204

Please sign in to comment.