Skip to content

Commit 6a1b5d8

Browse files
committed
Test 5
1 parent 3d2e2d6 commit 6a1b5d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

data-loader.scm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
ds2)
110110
(mrs:print-streaming ds1 'ds1)
111111
(mrs:print-streaming ds2 'ds2)
112-
(mrs:feed-value-list ds-input '(1 2 3 4))
113-
(conspire:null-job))
114-
(with-time-sharing-conspiracy test5)
112+
(mrs:feed-value-list ds-input '(1 1 3 5))
113+
(mrs:feed-value-list ds-input '(2 2 1 4))
114+
(mrs:feed-value-list ds-input '(3 1 0 3)))
115+
(mrs:run-computation test5)
115116
|#

0 commit comments

Comments
 (0)