Skip to content

Commit

Permalink
Merge pull request #13 from jbytecode/main
Browse files Browse the repository at this point in the history
fix failing tests because of a improper use of `isapprox`
  • Loading branch information
Kevin-Mattheus-Moerman authored Mar 5, 2024
2 parents 29c0def + 634fcd1 commit e273388
Show file tree
Hide file tree
Showing 6 changed files with 2,206 additions and 445 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BENCHMARK_KEY }}
PR_NUMBER: ${{ github.event.number }}
run: >
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=./metrics/ttfp/ ./metrics/ttfp/run-benchmark.jl ${{ matrix.package }} 7 ${{ github.event.pull_request.base.ref }}
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=. -e 'using Pkg; Pkg.activate("."); Pkg.test()'
8 changes: 0 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,12 @@ version = "0.1.0"
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
FEBio = "c57eab10-e7d7-41f3-9039-a27761009b26"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Reactive = "a223df75-4e93-5b7c-acf9-bdd599c0f4de"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TetGen = "c5d3f3f7-f850-59f6-8a2e-ffc6dc1317ea"
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
XML = "72c71f33-b9b6-44de-8c94-c961784809e2"
Loading

0 comments on commit e273388

Please sign in to comment.