Skip to content

Commit

Permalink
Sigh...
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzerz committed Feb 18, 2024
1 parent 0d3e967 commit f2fa0cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 12 additions & 6 deletions src/defaultsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2fa0cf

Please sign in to comment.