Skip to content

Commit

Permalink
fixes #319
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Aug 16, 2024
1 parent 361b152 commit b57aaa7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,23 +133,11 @@ def host_angles(data_file):
return np.float32(np.copy(data_file["angles"]))


@pytest.fixture
def angles(host_angles, ensure_clean_memory):
import cupy as cp

return cp.asarray(host_angles)


@pytest.fixture
def host_angles_radians(host_angles):
return host_angles


@pytest.fixture
def angles_radians(angles):
return angles


@pytest.fixture
def host_flats(data_file):
return np.float32(np.copy(data_file["flats"]))
Expand Down

0 comments on commit b57aaa7

Please sign in to comment.