Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 committed Jan 9, 2025
1 parent fd9055c commit efcacfa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/forward_pass/test_forward_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,7 @@ def test_fwp_chunking(input_files):
data_chunked[hr_slice][..., t_hr_slice, :] = out

err = data_chunked - data_nochunk
err /= data_nochunk

assert np.mean(np.abs(err.flatten())) < 0.01
assert np.mean(np.abs(err)) < 1e-6


def test_fwp_nochunking(input_files):
Expand Down

0 comments on commit efcacfa

Please sign in to comment.