Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into bugfix/map_tm_to_coco
Browse files Browse the repository at this point in the history
Borda authored Jun 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 7e8f61d + 1b77689 commit d284694
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .azure/gpu-unittests.yml
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ jobs:
timeoutInMinutes: "5"
# if pull request, copy the cache to the tests folder to be used in the next steps
condition: eq(variables['Build.Reason'], 'PullRequest')
displayName: "Copy cached refs"
displayName: "Copy/Unzip cached refs"
- bash: |
python -m pytest torchmetrics --cov=torchmetrics \
@@ -202,6 +202,10 @@ jobs:
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
displayName: "Update cached refs"
- bash: |
rm -rf tests/_cache-references/
displayName: "Purge cached refs"
- bash: |
python -m coverage report
python -m coverage xml
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -439,4 +439,6 @@ def linkcode_resolve(domain, info) -> Optional[str]: # noqa: ANN001
"https://www.sciencedirect.com/science/article/pii/S0047259X08000456",
# chrF++: words helping character n-grams
"https://aclanthology.org/W17-4770",
# A wavelet transform method to merge Landsat TM and SPOT panchromatic data
"https://www.ingentaconnect.com/content/tandf/tres/1998/00000019/00000004/art00013",
]

0 comments on commit d284694

Please sign in to comment.