Skip to content

Bug ReportMemoryError: Unable to allocate 20.0 PiB for an array with shape (2817560004071633,) and data type float64 #149

Bug ReportMemoryError: Unable to allocate 20.0 PiB for an array with shape (2817560004071633,) and data type float64

Bug ReportMemoryError: Unable to allocate 20.0 PiB for an array with shape (2817560004071633,) and data type float64 #149

Workflow file for this run

name: Label issues
on:
issues:
types:
- reopened
- opened
jobs:
label_issues:
runs-on: ubuntu-22.04
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@master
with:
add-labels: "needs-triage"
repo-token: ${{ secrets.ACCESS_TOKEN }}
ignore-if-labeled: true