Skip to content

Commit

Permalink
Okay I don't really need make_symbols after all
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Oct 3, 2024
1 parent 4b680e9 commit 2c693fc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/unit/ode/test_ode.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,8 @@
import sympy as sp


def make_symbols(iterable):
return [make_symbol(arg) for arg in iterable]


def _equivalent(
lhs,
rhs,
vars=make_symbols(
["a", "b", "c", "d", "e", "f", "v", "w", "x", "y", "z", "t", "dt"]
),
lhs, rhs, vars=["a", "b", "c", "d", "e", "f", "v", "w", "x", "y", "z", "t", "dt"]
):
"""Helper function to test equivalence of analytic expressions
Analytic expressions can often be written in many different,
Expand Down

0 comments on commit 2c693fc

Please sign in to comment.