Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
dba1ee1
write test case
Sep 22, 2025
1bfd8fd
add another test case
Sep 24, 2025
1c07707
new util function to run single job
Sep 24, 2025
24c7571
add template for converting configs
Sep 24, 2025
a745162
fix test script
Sep 24, 2025
c22cb9b
fix test script
Sep 24, 2025
c7ab318
comment out failing tests
Sep 24, 2025
9d5cd3c
remove verbose deprecated
Sep 24, 2025
0e8654c
improve run test script
Sep 24, 2025
be5fca8
minor modification
Sep 24, 2025
ccd540b
improve test script
Sep 24, 2025
8950f9d
minor modification
Sep 24, 2025
e7717d6
add another test case
Sep 25, 2025
6b802e1
add another parametrized test case
Sep 25, 2025
991bf0d
handle relative paths
Sep 25, 2025
f1a6fc1
minor modification
Sep 25, 2025
00ac29b
add test oracle
Sep 25, 2025
24a8747
add missing directories
Sep 25, 2025
15cec08
ignore test case because checkpoint has been removed
Sep 25, 2025
dbe992f
replace test_benchmark by test_main
Sep 25, 2025
c2792bf
fix run test
Sep 25, 2025
ed6fa9f
fix another bug
Sep 25, 2025
1dd0372
set default continue_experiments to False
Sep 25, 2025
66fe8e7
add missing param
Sep 25, 2025
604b44d
validate test results
Sep 25, 2025
3368166
fix path to storage_uri
Sep 25, 2025
4c21ef5
allow users to set continue_existing_experiments
Sep 25, 2025
00cac87
allow users to convert configs using terratorch iterate command
Sep 26, 2025
e45814b
update pre-commit to apply ruff format
Sep 26, 2025
da2fa53
add logging to run_tests script; improve documentation
Oct 1, 2025
b4320fe
add script that converts terratorch config to iterate config
Oct 1, 2025
012672d
remove command name
Oct 1, 2025
6bb9146
fix invalid optuna path
Oct 2, 2025
427bbcf
minor modifications
Oct 2, 2025
1586f0e
change benchmark to terratorch_iterate
Oct 3, 2025
0a741f9
change version
Oct 3, 2025
f3a4821
add tox file
Oct 3, 2025
67d0925
minor modifications
Oct 3, 2025
e6a84ad
torchgeo supports >=3.11
Oct 3, 2025
dd1c11f
update tox
Oct 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v5
Expand Down
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ repos:
# when "--baseline" with "--use-all-plugins", pre-commit scan with all available plugins
# add "--fail-on-unaudited" to fail pre-commit for unaudited potential secrets
args: [--baseline, .secrets.baseline, --use-all-plugins]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.3
hooks:
- id: ruff-format
types_or:
- python
- jupyter
146 changes: 146 additions & 0 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
"exclude": {
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2025-10-01T20:02:29Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
},
{
"name": "ArtifactoryDetector"
},
{
"name": "AzureStorageKeyDetector"
},
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"name": "BasicAuthDetector"
},
{
"name": "BoxDetector"
},
{
"name": "CloudantDetector"
},
{
"ghe_instance": "github.ibm.com",
"name": "GheDetector"
},
{
"name": "GitHubTokenDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "IbmCloudIamDetector"
},
{
"name": "IbmCosHmacDetector"
},
{
"name": "JwtTokenDetector"
},
{
"keyword_exclude": null,
"name": "KeywordDetector"
},
{
"name": "MailchimpDetector"
},
{
"name": "NpmDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SlackDetector"
},
{
"name": "SoftlayerDetector"
},
{
"name": "SquareOAuthDetector"
},
{
"name": "StripeDetector"
},
{
"name": "TwilioKeyDetector"
}
],
"results": {
"plotting/plot_results_mlflow.ipynb": [
{
"hashed_secret": "5810b71c07271f259208c5790992170ac1e13b37",
"is_verified": false,
"line_number": 437,
"type": "Base64 High Entropy String",
"verified_result": null
},
{
"hashed_secret": "1c1dc227208cec78bbdb8d9247164879f908a9ad",
"is_verified": false,
"line_number": 482,
"type": "Base64 High Entropy String",
"verified_result": null
},
{
"hashed_secret": "e57967bc8f018a30bb192717673876f0ebdbe5d9",
"is_verified": false,
"line_number": 558,
"type": "Base64 High Entropy String",
"verified_result": null
}
],
"plotting/plot_results_repeated_runs.ipynb": [
{
"hashed_secret": "e52b18568a4fa073b958134ea5ec0f9407b6ebc3",
"is_verified": false,
"line_number": 352,
"type": "Base64 High Entropy String",
"verified_result": null
},
{
"hashed_secret": "43cf2641021e5833120affd5a2bcdf35089eaf75",
"is_verified": false,
"line_number": 417,
"type": "Base64 High Entropy String",
"verified_result": null
},
{
"hashed_secret": "78f9a422a3afb6ff5aff30094699c2b299dfd614",
"is_verified": false,
"line_number": 949,
"type": "Base64 High Entropy String",
"verified_result": null
},
{
"hashed_secret": "2525429c7a93512ed0c4b799b867a83a6b19f7ff",
"is_verified": false,
"line_number": 1014,
"type": "Base64 High Entropy String",
"verified_result": null
},
{
"hashed_secret": "8915fab07d3bf85d3755089a7fc82e911405d40a",
"is_verified": false,
"line_number": 1080,
"type": "Base64 High Entropy String",
"verified_result": null
}
]
},
"version": "0.13.1+ibm.61.dss",
"word_list": {
"file": null,
"hash": null
}
}
28 changes: 0 additions & 28 deletions benchmark/config_util/geobenchv2_template.yaml

This file was deleted.

Loading
Loading