Skip to content

Commit

Permalink
Minor housekeeping
Browse files Browse the repository at this point in the history
- add example of restricting TF calaculation to subset of a run in operate aurora
  • Loading branch information
kkappler committed May 11, 2024
1 parent cef4f22 commit c861e84
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 175 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

# Old codecov upload - can be deleted once new is working
# - name: "Upload coverage to Codecov"
# uses: codecov/codecov-action@v1
# with:
# fail_ci_if_error: false

- name: Build Doc
if: ${{ (github.ref == 'refs/heads/main') && (matrix.python-version == '3.8')}}
Expand Down
11 changes: 11 additions & 0 deletions aurora/pipelines/process_mth5.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,17 @@ def triage_issue_289(local_stfts, remote_stfts):


def merge_stfts(stfts, tfk):
"""
Parameters
----------
stfts: ? iterable?
tfk
Returns
-------
"""
# Timing Error Workaround See Aurora Issue #289
local_stfts = stfts["local"]
remote_stfts = stfts["remote"]
Expand Down
Loading

0 comments on commit c861e84

Please sign in to comment.