You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This just started showing up in the CI failures today:
Traceback (most recent call last):
File "ci/../scripts/validate_docstrings.py", line 991, in<module>
args.ignore_deprecated))
File "ci/../scripts/validate_docstrings.py", line 891, in main
result = validate_all(prefix, ignore_deprecated)
File "ci/../scripts/validate_docstrings.py", line 845, in validate_all
doc_info = validate_one(func_name)
File "ci/../scripts/validate_docstrings.py", line 801, in validate_one
errs, wrns, examples_errs = get_validation_data(doc)
File "ci/../scripts/validate_docstrings.py", line 749, in get_validation_data
if not doc.see_also:
File "ci/../scripts/validate_docstrings.py", line 477, in see_also
in self.doc['See Also'])
File "ci/../scripts/validate_docstrings.py", line 476, in<genexpr>for name, desc, _
ValueError: not enough values to unpack (expected 3, got 2)
I think it's an issue with upgrading to numpydoc 0.9 but will look in more detail and confirm
The text was updated successfully, but these errors were encountered:
This just started showing up in the CI failures today:
I think it's an issue with upgrading to numpydoc 0.9 but will look in more detail and confirm
The text was updated successfully, but these errors were encountered: