Skip to content

Commit

Permalink
adding conftest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Jan 6, 2024
2 parents 860be57 + aaacddc commit 5b48924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def img2D_butterfly():
@pytest.fixture(scope="session")
def packed_cube(img2D_butterfly):
"""Create a packed tensor image cube from the butterfly."""
# now (1, npix, npix)
print("npix packed cube", img2D_butterfly.shape)
# tile to some nchan, npix, npix
sky_cube = torch.tile(torch.from_numpy(img2D_butterfly), (_nchan, 1, 1))
Expand Down

0 comments on commit 5b48924

Please sign in to comment.