Skip to content

Commit

Permalink
See where the test file is in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Aug 31, 2024
1 parent 026e0c7 commit 3ab1a99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/sod_shock_tube_2d.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
using ShockwaveDetection
ENV["JULIA_NUM_THREADS"] = "4"

# Print the current path of this file
println("Current file path: ", @__FILE__)

flow_data = FlowData("data/sod_shock_right_2d.tape", false)

point_detect_algo = ImageProcessingShockDetectionAlgo(0.5, :prewitt)
Expand Down

0 comments on commit 3ab1a99

Please sign in to comment.