Skip to content

Commit

Permalink
Issue #55 use atol=1 for bap_composite benchmarks
Browse files Browse the repository at this point in the history
result output range is integer [0-5000], so the default tolerance of 1-6
doesn't make sense
  • Loading branch information
soxofaan committed Nov 8, 2024
1 parent d53236d commit b2f7af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmark_scenarios/bap_composite.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"reference_data": {
"job-results.json": "https://s3.waw3-1.cloudferro.com/apex-benchmarks/gh-11642884038!tests_test_benchmarks.py__test_run_benchmark_bap_composite_!actual/job-results.json",
"openEO_2022-05-01Z.tif": "https://s3.waw3-1.cloudferro.com/apex-benchmarks/gh-11642884038!tests_test_benchmarks.py__test_run_benchmark_bap_composite_!actual/openEO_2022-05-01Z.tif"
},
"reference_options": {
"atol": 1
}
}
]

0 comments on commit b2f7af2

Please sign in to comment.