Skip to content

Commit

Permalink
Merge pull request #63 from ARM-DOE/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
zssherman authored Sep 6, 2024
2 parents 19a7391 + cf55e8c commit a3cdcf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Install Python
with:
python-version: "3.x"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: releases
path: dist
Expand All @@ -62,7 +62,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: releases
path: dist
Expand Down
4 changes: 2 additions & 2 deletions tests/test_gfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def test_psds():
np.testing.assert_almost_equal(my_psds['IncanNumEnsemble'].sum(), 32.61006871)
np.testing.assert_almost_equal(my_psds['ScatMassEnsemble'].sum(), 3.15026266)
np.testing.assert_almost_equal(my_psds['IncanMassEnsemble'].sum(), 0.08280955)
np.testing.assert_almost_equal(my_binary['DeadtimeRelativeBias'].mean(), -0.00023515)
np.testing.assert_almost_equal(my_binary['DeadtimeRelativeBias'].mean(), -0.00023515, decimal=5)
coeff, beam_profile = pysp2.util.beam_shape(
my_binary, beam_position_from='peak maximum', Globals=pysp2.util.DMTGlobals())
np.testing.assert_almost_equal(coeff, [9.83851858e-01, 4.64317390e+01,
1.14337852e+01, 4.46761788e-03])
1.14337852e+01, 4.46761788e-03])

0 comments on commit a3cdcf5

Please sign in to comment.