On Tue, Oct 19, 2021 at 8:22 PM <hongyi.z...@gmail.com> wrote:

> Do I have to use it this way?
>

Nothing is forcing you to, but everyone else will write it as `dtype=bool`,
not `dtype=(bool)`. `dtype=(bool)` is perfectly syntactically-valid Python.
It's just not idiomatic, so readers of your code will wonder why you wrote
it that way and if you meant something else and will have trouble reading
your code.

-- 
Robert Kern
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com

Reply via email to