h1alexbel / sr-detection

Identifying GitHub "sample repositories" (SR), that mostly contain educational or demonstration materials supposed to be copied instead of reused as a dependency
MIT License
6 stars 0 forks source link

Columns must be same length as key #183

Closed h1alexbel closed 1 hour ago

h1alexbel commented 2 hours ago
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/runner/work/sr-detection/sr-detection/sr-data/src/sr_data/steps/gh_mentions.py", line 36, in main
    frame[["readme_pmentions", "readme_imentions"]] = (
    ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/.cache/pypoetry/virtualenvs/sr-data-iIS7NBSl-py3.12/lib/python3.12/site-packages/pandas/core/frame.py", line 4299, in __setitem__
    self._setitem_array(key, value)
  File "/home/runner/.cache/pypoetry/virtualenvs/sr-data-iIS7NBSl-py3.12/lib/python3.12/site-packages/pandas/core/frame.py", line 4358, in _setitem_array
    self._iset_not_inplace(key, value)
  File "/home/runner/.cache/pypoetry/virtualenvs/sr-data-iIS7NBSl-py3.12/lib/python3.12/site-packages/pandas/core/frame.py", line 4377, in _iset_not_inplace
    raise ValueError("Columns must be same length as key")
ValueError: Columns must be same length as key
error: Recipe `ghmentions` failed on line 122 with exit code 1
cp: cannot stat 'after-ghmentions.csv': No such file or directory
Error: Process completed with exit code 1.
github-actions[bot] commented 2 hours ago

@h1alexbel Here is a summary of the bug report with 1 main quality problem and 1 specific suggestion:

Quality problem: Lack of clear description of the issue. Suggestion: Add a brief description of the expected behavior and the actual error message to provide context.

h1alexbel commented 1 hour ago

@rultor release, tag is 0.0.13, title is 0.0.13

rultor commented 1 hour ago

@rultor release, tag is 0.0.13, title is 0.0.13

@h1alexbel OK, I will release it now. Please check the progress here.

rultor commented 57 minutes ago

@rultor release, tag is 0.0.13, title is 0.0.13

@h1alexbel Done! FYI, the full log is here (took me 18min).