Skip to content

Commit

Permalink
Split makie_post_processing.jl into smaller files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Jan 20, 2025
1 parent 5d4c9a3 commit 8bf30fd
Show file tree
Hide file tree
Showing 21 changed files with 9,473 additions and 9,450 deletions.
498 changes: 498 additions & 0 deletions makie_post_processing/makie_post_processing/src/chodura_condition.jl

Large diffs are not rendered by default.

350 changes: 350 additions & 0 deletions makie_post_processing/makie_post_processing/src/collisionality.jl

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
function makie_post_processing_error_handler(e::Exception, message::String)
handle_errors = get(input_dict, "handle_errors", true)
if isa(e, InterruptException) || !handle_errors
rethrow(e)
else
println(message * "\nError was $e.")
return nothing
end
end
2,724 changes: 2,724 additions & 0 deletions makie_post_processing/makie_post_processing/src/generic_plot_functions.jl

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 8bf30fd

Please sign in to comment.