From b95852f011944ae63fa1156803312c6f77824174 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 30 Aug 2024 13:26:23 -0400 Subject: [PATCH] fix codespell CI we were targeting the wrong branch for PRs --- .github/workflows/codespell.yml | 3 +-- pyro/compressible/unsplit_fluxes.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index d1454aceb..597347206 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -3,11 +3,10 @@ name: codespell on: push: branches: - - development - main pull_request: branches: - - development + - main jobs: codespell: diff --git a/pyro/compressible/unsplit_fluxes.py b/pyro/compressible/unsplit_fluxes.py index f64cb081f..d48166307 100644 --- a/pyro/compressible/unsplit_fluxes.py +++ b/pyro/compressible/unsplit_fluxes.py @@ -257,7 +257,7 @@ def apply_source_terms(U_xl, U_xr, U_yl, U_yr, The data object containing the grid and advective scalar that we are advecting. my_aux : CellCenterData2d object - The data object that carries auxillary quantities which we need + The data object that carries auxiliary quantities which we need to fill in the ghost cells. rp : RuntimeParameters object The runtime parameters for the simulation