From 337a35862ace8accccb5bc6248a14b695b5baf55 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Mon, 23 Oct 2023 14:43:07 -0400 Subject: [PATCH] removed unused variable --- test/test_material.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_material.py b/test/test_material.py index df8f70c08..53cc3f645 100644 --- a/test/test_material.py +++ b/test/test_material.py @@ -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"):