Skip to content

Commit

Permalink
Merge branch 'main' into hackathon/mugen
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev authored Nov 16, 2024
2 parents c8ce11f + 9030b7c commit 7b605a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,15 @@ jobs:
run: |
mkdir -p QuantLib/build/test-suite/ref
cd QuantLib/build/test-suite/ref
curl -L "https://xadhackathon.s3.eu-west-1.amazonaws.com/test-suite.zip" --output artifact.zip
wget "https://xadhackathon.s3.eu-west-1.amazonaws.com/test-suite.zip" --output-document artifact.zip
unzip artifact.zip
chmod +x quantlib-test-suite
- name: Pull Reference AdjointBermudan
if: github.event_name == 'pull_request'
run: |
mkdir -p QuantLib/build/QuantLib-Risks-Cpp/Examples/AdjointBermudanSwaption/ref
cd QuantLib/build/QuantLib-Risks-Cpp/Examples/AdjointBermudanSwaption/ref
curl -L "https://xadhackathon.s3.eu-west-1.amazonaws.com/swaption.zip" --output artifact.zip
wget "https://xadhackathon.s3.eu-west-1.amazonaws.com/swaption.zip" --output-document artifact.zip
unzip artifact.zip
chmod +x AdjointBermudanSwaption
- name: Run Reference Test-suite
Expand Down

0 comments on commit 7b605a2

Please sign in to comment.