Skip to content

Commit

Permalink
Merge pull request #16 from trixi-framework/compathelper/new_version/…
Browse files Browse the repository at this point in the history
…2020-09-02-00-48-13-231-2552079127

CompatHelper: bump compat for "Trixi" to "0.2" for package test
  • Loading branch information
ranocha authored Sep 2, 2020
2 parents 47f0721 + 4987443 commit 423a40d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"

[compat]
Trixi = "0.1"
Trixi = "0.2"
2 changes: 1 addition & 1 deletion test/test_trixi2vtk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Trixi
using Trixi2Vtk

# pathof(Trixi) returns /path/to/Trixi/src/Trixi.jl, dirname gives the parent directory
const EXAMPLES_DIR = joinpath(pathof(Trixi) |> dirname |> dirname, "examples")
const EXAMPLES_DIR = joinpath(pathof(Trixi) |> dirname |> dirname, "examples", "2d")


function run_trixi(parameters_file; parameters...)
Expand Down

0 comments on commit 423a40d

Please sign in to comment.