Skip to content

Commit

Permalink
revert tolerance change and run test suite in relentless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Feb 13, 2024
1 parent 33afdec commit f030079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v3

- name: Test
run: sudo ./mfc.sh docker ./mfc.sh test -j $(nproc) -a
run: sudo ./mfc.sh docker ./mfc.sh test -j $(nproc) -a -r

self:
name: Georgia Tech | Phoenix (NVHPC)
Expand Down
2 changes: 1 addition & 1 deletion toolchain/mfc/test/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def compute_tolerance(self) -> float:
if self.params.get("ib", 'F') == 'T':
return 1e-10

return 5e-12
return 1e-12


@dataclasses.dataclass
Expand Down

0 comments on commit f030079

Please sign in to comment.