Skip to content

Commit

Permalink
Update tutorial.rst
Browse files Browse the repository at this point in the history
I fixed a bug for tutorial.rst.
  • Loading branch information
Astro-Lee authored Dec 5, 2023
1 parent 7cde0b7 commit ef953ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ As an example, here we evaluate a similar integrand many times for different val
.. code:: ipython3
def parametrized_integrand(x, a, b):
return torch.sqrt(torch.cos(torch.sin((a + b) * x)))
return torch.sqrt(torch.cos(torch.sin((a + b) * x)))
a_params = torch.arange(40)
b_params = torch.arange(10, 20)
Expand Down

0 comments on commit ef953ae

Please sign in to comment.