We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ae4ca commit b3e06afCopy full SHA for b3e06af
test/extlang/python.jl
@@ -5,6 +5,9 @@ CondaPkg.add("numpy")
5
6
np = pyimport("numpy")
7
8
+# Restart scheduler to see new methods
9
+Dagger.cancel!(;halt_sch=true)
10
+
11
@testset "spawn" begin
12
a = np.array([1, 2, 3])
13
0 commit comments