Skip to content

Commit

Permalink
Merge branch 'main' into fix-step2-update-generalized_FT
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 authored Feb 2, 2024
2 parents e6132b1 + 51a1078 commit 8dc15b1
Show file tree
Hide file tree
Showing 15 changed files with 2,263 additions and 2,220 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-B01_SL_load_single_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['3.9']
runs-on: ubuntu-latest
version: ['3.11']
runs-on: ubuntu-22.04
steps:
- name: install mpi
run: sudo apt update && sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev
Expand All @@ -21,6 +21,8 @@ jobs:
cache: "pip"
- name: install icesat2-tracks using pip
run: pip install .
- name: List dependencies
run: pip list
- name: first step B01_SL_load_single_file
run: python src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py 20190502052058_05180312_005_01 SH_testSLsinglefile2 True
- name: second step make_spectra
Expand All @@ -30,4 +32,5 @@ jobs:
- name: fourth step IOWAGA thredds
run: python src/icesat2_tracks/analysis_db/A02c_IOWAGA_thredds_prior.py SH_20190502_05180312 SH_testSLsinglefile2 True
- name: Fifth step B04_angle
run: python src/icesat2_tracks/analysis_db/B04_angle.py SH_20190502_05180312 SH_testSLsinglefile2 True
run: python src/icesat2_tracks/analysis_db/B04_angle.py SH_20190502_05180312 SH_testSLsinglefile2 True

Loading

0 comments on commit 8dc15b1

Please sign in to comment.