Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 4, 2024
1 parent 4c66b0b commit 613ae22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/dynamics/analytic-continuation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"np_rho_cm = sp.lambdify((m, m_a, m_b), rho_cm.doit())\n",
"np_breakup_momentum = sp.lambdify(\n",
" (m, m_a, m_b),\n",
" 2*ComplexSqrt(q_squared.subs(s, m**2).doit()),\n",
" 2 * ComplexSqrt(q_squared.subs(s, m**2).doit()),\n",
")"
]
},
Expand Down

0 comments on commit 613ae22

Please sign in to comment.