Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Oct 23, 2023
1 parent 2c12d44 commit 337a358
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_material.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test_D_0_type_rasies_error():
"""Test that a value error is rasied in the get_diffusion_coefficient
function"""
A = F.Species("A")
spe_list = [A]
my_mat = F.Material(D_0=[1, 1], E_D=0.1)

with pytest.raises(ValueError, match="D_0 and E_D must be either floats or dicts"):
Expand Down

0 comments on commit 337a358

Please sign in to comment.