Skip to content

testFscan.sh: make relative error comparison robust to zero values

Description

In AWK snippets, use denominator max($2, 1) to guard against zero or small values of $2.

Closes #460 (closed)

cc @evan-goetz @david-keitel

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

N/A

Merge request reports