Skip to content

Commit 33aafe9

Browse files
committed
Update to script to add dnp calls
1 parent 623d10f commit 33aafe9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/script.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,15 @@
2525
dnp.plot.image(dnp.random.rand(100,100))
2626
print(i)
2727

28-
#
28+
# Show variables
2929
a = np.random.rand(100)
3030
b = np.random.rand(100)
3131

3232

33+
# show debgging
34+
from demo import foo
35+
36+
foo.mul(a,b)
37+
38+
39+

0 commit comments

Comments
 (0)