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 dc4abc2 commit b415348Copy full SHA for b415348
test/runtests.jl
@@ -1,6 +1,6 @@
1
include("../src/PolyHarmonicTrigTransforms.jl")
2
3
-using .PolyHarmonicTrigTransforms
+using Test, .PolyHarmonicTrigTransforms
4
5
#check for dst
6
has_dst = isdefined(PolyHarmonicTrigTransforms, :dst);
0 commit comments