Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Timothy Divoll <[email protected]>
  • Loading branch information
cpaniaguam and tdivoll authored Feb 29, 2024
1 parent c9a02df commit b1da226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_icesat2_tracks_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("*")]

Expand Down

0 comments on commit b1da226

Please sign in to comment.