예제 #1
0
파일: sympy_tests.py 프로젝트: zea2/qupulse
 def substitute(self, expression: sympy.Expr, substitutions: dict):
     with self.assertWarns(FutureWarning):
         return substitute_with_eval(expression, substitutions)
예제 #2
0
 def substitute(self, expression: sympy.Expr, substitutions: dict):
     return substitute_with_eval(expression, substitutions)