From b1da226ac58dc5daedbe712d1d2b6f18ceaec99a Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Thu, 29 Feb 2024 13:49:23 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Timothy Divoll --- .github/workflows/test_icesat2_tracks_pipeline.yml | 2 +- tests/test_steps.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_icesat2_tracks_pipeline.yml b/.github/workflows/test_icesat2_tracks_pipeline.yml index 9912c646..d8b435c1 100644 --- a/.github/workflows/test_icesat2_tracks_pipeline.yml +++ b/.github/workflows/test_icesat2_tracks_pipeline.yml @@ -40,7 +40,7 @@ jobs: run: make-spectra --track-name SH_20190502_05180312 --batch-key SH_testSLsinglefile2 --output-dir ./work --verbose - name: third step plot_spectra run: plot-spectra --track-name SH_20190502_05180312 --batch-key SH_testSLsinglefile2 --output-dir ./work --verbose - - name: fouth step IOWAGA threads + - name: fourth step IOWAGA threads run: make-iowaga-threads-prior --track-name SH_20190502_05180312 --batch-key SH_testSLsinglefile2 --output-dir ./work --verbose - name: fifth step B04_angle run: make-b04-angle --track-name SH_20190502_05180312 --batch-key SH_testSLsinglefile2 --output-dir ./work --verbose diff --git a/tests/test_steps.py b/tests/test_steps.py index 5af0ea67..2cb6203f 100644 --- a/tests/test_steps.py +++ b/tests/test_steps.py @@ -49,7 +49,7 @@ def checkpaths(paths): def get_all_filenames(directory): """ - Get a list of all file names in a directory + Get a list of all file names in a directory. """ return [p.name for p in Path(directory).rglob("*")]