Skip to content

Commit 3f13f0b

Browse files
matthiasdienerinducer
authored andcommitted
[trivial] examples: use pt.make_dict_of_named_arrays
1 parent ed13e83 commit 3f13f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
a2a = a@(2*a)
1212
aat = a@a.T
13-
result = pt.DictOfNamedArrays({"a2a": a2a, "aat": aat})
13+
result = pt.make_dict_of_named_arrays({"a2a": a2a, "aat": aat})
1414

1515

1616
# {{{ execute with loopy/pyopencl

0 commit comments

Comments
 (0)