Skip to content

Commit fe7dc4b

Browse files
committed
Update README example
1 parent 202878f commit fe7dc4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ and an exit condition. Run the following four-worker example via ``python this_f
5959
6060
gen_specs = GenSpecs(
6161
gen_f=uniform_random_sample,
62-
outputs=[("x", float, (2,))],
62+
outputs=[("x", float, 2)],
6363
user={
6464
"gen_batch_size": 50,
6565
"lb": np.array([-3, -2]),

0 commit comments

Comments
 (0)