Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Nov 13, 2023
1 parent cf53152 commit fb9e7ad
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import uuid

import pybamm
from pybamm.expression_tree.operations.latexify import Latexify


class TestLatexify(TestCase):
Expand All @@ -19,9 +18,6 @@ def test_latexify(self):
model_spme = pybamm.lithium_ion.SPMe()
func_spme = str(model_spme.latexify())

# Test docstring
self.assertEqual(pybamm.BaseModel.latexify.__doc__, Latexify.__doc__)

# Test model name
self.assertIn("Single Particle Model with electrolyte Equations", func_spme)

Expand Down

0 comments on commit fb9e7ad

Please sign in to comment.