From fe4a9acd686b6651eec8676cf6519b0bb12de561 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <rjjarvis@asu.edu> Date: Sat, 18 Apr 2020 10:37:18 +1000 Subject: [PATCH] Delete call_from_python.py --- examples/call_from_python.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 examples/call_from_python.py diff --git a/examples/call_from_python.py b/examples/call_from_python.py deleted file mode 100644 index 7580283..0000000 --- a/examples/call_from_python.py +++ /dev/null @@ -1,6 +0,0 @@ -import julia -j = julia.Julia() -j.eval('using Pkg; Pkg.add("SNN")') -x1 = j.include("hh_neuron.jl") -print(x1) -x2 = j.include("hh_net.jl") -- GitLab