Skip to content

Commit

Permalink
Merge pull request #247 from trz42/sync_nessi_eessi_fix_eb_hooks
Browse files Browse the repository at this point in the history
remove extra arguments
  • Loading branch information
poksumdo authored Jan 22, 2024
2 parents 04044d8 + b6ebaf2 commit 5ee5e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def parse_hook_openblas_relax_lapack_tests_num_errors(ec, eprefix):
orig_value = ec[cfg_option]
ec[cfg_option] = 302
print_msg("Maximum number of failing LAPACK tests with numerical errors for %s relaxed to %s (was %s)",
ec.name, ec[cfg_option], orig_value) ec.name, ec[cfg_option], orig_value)
ec.name, ec[cfg_option], orig_value)
else:
print_msg("Not changing option %s for %s on non-AARCH64", cfg_option, ec.name)
else:
Expand Down

0 comments on commit 5ee5e82

Please sign in to comment.