Exemple #1
0
 def substitute(self, expression: sympy.Expr, substitutions: dict):
     with self.assertWarns(FutureWarning):
         return substitute_with_eval(expression, substitutions)
Exemple #2
0
 def substitute(self, expression: sympy.Expr, substitutions: dict):
     return substitute_with_eval(expression, substitutions)