We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202878f commit fe7dc4bCopy full SHA for fe7dc4b
1 file changed
README.rst
@@ -59,7 +59,7 @@ and an exit condition. Run the following four-worker example via ``python this_f
59
60
gen_specs = GenSpecs(
61
gen_f=uniform_random_sample,
62
- outputs=[("x", float, (2,))],
+ outputs=[("x", float, 2)],
63
user={
64
"gen_batch_size": 50,
65
"lb": np.array([-3, -2]),
0 commit comments