Skip to content

Commit

Permalink
Merge pull request #194 from Astro-Lee/main
Browse files Browse the repository at this point in the history
Update tutorial.rst
  • Loading branch information
gomezzz authored Dec 6, 2023
2 parents a4d47db + ef953ae commit bf01043
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 bf01043

Please sign in to comment.