Skip to content

Commit

Permalink
Test the codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
namannimmo10 committed Jan 20, 2025
1 parent 52f3c23 commit 506c79b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_recon/test_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_reconstruct_FBP_3(data, flats, darks, ensure_clean_memory):
assert_allclose(
np.mean(recon_data, axis=(0, 2)).sum(), -0.03229, rtol=1e-06, atol=1e-5
)
assert isinstance(recon_data, np.ndarray)
assert recon_data.dtype == np.float32
assert recon_data.shape == (210, 128, 210)

Expand Down

0 comments on commit 506c79b

Please sign in to comment.