Skip to content

Commit

Permalink
TST: Reuse slow fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Aug 8, 2023
1 parent bb4dfd5 commit 49ac5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def data_multiple_trajectories():
return x_list, t_list


@pytest.fixture
@pytest.fixture(scope="session")
def diffuse_multiple_trajectories():
def diffuse(t, u, dx, nx):
u = np.reshape(u, nx)
Expand Down

0 comments on commit 49ac5f9

Please sign in to comment.