Skip to content

Commit 8710f5e

Browse files
#492 remove debug
1 parent b6393ee commit 8710f5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_models/test_full_battery_models/test_lead_acid/test_composite.py

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def test_well_posed_differential(self):
2323

2424
class TestLeadAcidCompositeMultiDimensional(unittest.TestCase):
2525
def test_well_posed(self):
26-
pybamm.set_logging_level("DEBUG")
2726
model = pybamm.lead_acid.Composite(
2827
{"dimensionality": 1, "current collector": "potential pair"}
2928
)

0 commit comments

Comments
 (0)