ESA-APEx / apex_algorithms

Hosted APEx algorithms
Apache License 2.0
0 stars 1 forks source link

failing benchmark "sentinel1_stats" #59

Closed soxofaan closed 6 days ago

soxofaan commented 6 days ago

last failed run at this time: https://github.com/ESA-APEx/apex_algorithms/actions/runs/11743427213/job/32716238268

benchmark failure due to missing reference data:


    def download_reference_data(scenario: BenchmarkScenario, reference_dir: Path) -> Path:
        with TimingLogger(
            title=f"Downloading reference data for {scenario.id=} to {reference_dir=}",
            logger=_log.info,
        ):
>           for path, source in scenario.reference_data.items():
E           AttributeError: 'NoneType' object has no attribute 'items'
soxofaan commented 6 days ago

added reference data (from last run) with https://github.com/ESA-APEx/apex_algorithms/commit/1b889b2c028a00a3cdc4db7572f959bbd46052bf

soxofaan commented 6 days ago

"sentinel1_stats" passed in run https://github.com/ESA-APEx/apex_algorithms/actions/runs/11744883693/job/32721010159