Skip to content

indices.stats.fit fails for PWM with less than dist.numargs +2 values #134

indices.stats.fit fails for PWM with less than dist.numargs +2 values

indices.stats.fit fails for PWM with less than dist.numargs +2 values #134

name: Add Issues to xclim Project
on:
issues:
types:
- opened
permissions:
contents: read
jobs:
add-to-project:
name: Add Issue to xclim Project
runs-on: ubuntu-latest
permissions:
repository-projects: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
- name: Generate App Token
id: token_generator
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
with:
app-id: ${{ secrets.OURANOS_HELPER_BOT_ID }}
private-key: ${{ secrets.OURANOS_HELPER_BOT_KEY }}
- name: Add Issue to xclim Project
uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
with:
project-url: https://github.com/orgs/Ouranosinc/projects/6
github-token: ${{ steps.token_generator.outputs.token }}