Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Jan 15, 2025
1 parent 2898acc commit 8a9764b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/preprocessing/packing_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using TrixiParticles
using OrdinaryDiffEq

filename = "circle"
file = joinpath("examples", "preprocessing", "data", filename * ".asc")
file = pkgdir(TrixiParticles, "examples", "preprocessing", "data", filename * ".asc")

# ==========================================================================================
# ==== Packing parameters
Expand Down
2 changes: 1 addition & 1 deletion examples/preprocessing/packing_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using TrixiParticles
using OrdinaryDiffEq

filename = "sphere"
file = joinpath("examples", "preprocessing", "data", filename * ".stl")
file = pkgdir(TrixiParticles, "examples", "preprocessing", "data", filename * ".stl")

# ==========================================================================================
# ==== Packing parameters
Expand Down

0 comments on commit 8a9764b

Please sign in to comment.