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 4b9d2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recon/test_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_reconstruct_FBP_1(data, flats, darks, ensure_clean_memory):
assert_allclose(np.std(recon_data), 0.006293, rtol=1e-07, atol=1e-6)
assert_allclose(np.median(recon_data), -0.000555, rtol=1e-07, atol=1e-6)
assert recon_data.dtype == np.float32
assert recon_data.shape == (160, 128, 160)
assert recon_data.shape == (165, 128, 160)


def test_reconstruct_FBP_2(data, flats, darks, ensure_clean_memory):
Expand Down

0 comments on commit 4b9d2e5

Please sign in to comment.