Skip to content

Commit

Permalink
[high_level_tests] fix "regulator_in_powerlist" for sympy-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Jahn committed Apr 11, 2019
1 parent 5e65d54 commit 0ee2df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion high_level_tests/regulator_in_powerlist/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def check_result(self, s):
(
self.target_result_without_prefactor_without_kinematics * \
self.target_prefactor
).expand().replace('log(-s)',log_minus_s).subs('s',s)
).expand().replace(sp.sympify('log(-s)'),log_minus_s).subs(sp.sympify('s'),s)

# print results
print("obtained result without prefactor:\n", str_integral_without_prefactor, '\n')
Expand Down

0 comments on commit 0ee2df1

Please sign in to comment.