scipy / scipy_doctest

Floating-point aware doctesting
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Enh/156 - Distinguish lists of arrays from tuples of arrays #164

Closed luxedo closed 2 months ago

luxedo commented 2 months ago

Closes https://github.com/scipy/scipy_doctest/issues/156.

⚠️ Please merge after https://github.com/scipy/scipy_doctest/pull/162 or close #162 ⚠️

This PR just validates data types when a_want or a_got are lists or tuples.