We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01c5fe commit 943fca0Copy full SHA for 943fca0
test/runtests.jl
@@ -1,5 +1,8 @@
1
using Test
2
3
+# TODO fix allocation tests
4
+# see: https://github.com/JuliaArrays/FixedSizeArrays.jl/blob/d17373edf4144a672cd80a062bf24d017f01e42f/test/runtests.jl#L6-L17
5
+# and: https://github.com/JuliaArrays/FixedSizeArrays.jl/blob/d17373edf4144a672cd80a062bf24d017f01e42f/.github/workflows/UnitTests.yml
6
cd("..")
7
println("Running tests...")
8
@testset verbose = true "Testing VortexStepMethod..." begin
0 commit comments