From f2fa0cfac93ab8969769075d7eb84b6cde0af1c9 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sat, 17 Feb 2024 19:29:50 -0700 Subject: [PATCH] Sigh... --- .github/workflows/ci.yml | 2 +- src/defaultsettings.yml | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 696e834d..50870435 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install Dependencies diff --git a/src/defaultsettings.yml b/src/defaultsettings.yml index 0a27d2e8..5f331009 100644 --- a/src/defaultsettings.yml +++ b/src/defaultsettings.yml @@ -1227,16 +1227,22 @@ warnings.sanction.scalestasis: &warnings.sanction.scalestasis _default: a: _desc: Quadradic scaling factor - _type: float - _default: 0.0 + _type: + - float + - int + _default: 0 b: _desc: Linear scaling factor - _type: float - _default: 1.0 + _type: + - float + - int + _default: 1 c: _desc: Constant scaling factor - _type: float - _default: 0.0 + _type: + - float + - int + _default: 0 warnings.sanction: &warnings.sanction _name: warnings.sanction