Skip to content

Commit

Permalink
240213.233930.HKT fix profile_rescue_idz
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Feb 13, 2024
1 parent 2d23532 commit c31b9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_${{ env.BENCHMARK }}/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${{ env.SOLNAME }}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_${{ env.BENCHMARK }}/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down

0 comments on commit c31b9de

Please sign in to comment.