Skip to content

Commit

Permalink
removed unnecessary argument from get_J_sc_diffusion_green
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Apr 3, 2023
1 parent 13a6901 commit f07be82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_depletion_approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ def test_get_J_sc_diffusion_green_bottom():
lambda x: alphas * np.exp(-alphas * x),
D,
L,
minority,
s,
phg,
side="bottom",
Expand All @@ -675,7 +674,6 @@ def test_get_J_sc_diffusion_green_bottom():
lambda x: alphas * np.exp(-alphas * x),
D,
L,
minority,
s,
phg,
side="bottom",
Expand Down

0 comments on commit f07be82

Please sign in to comment.