Skip to content

Commit bf01043

Browse files
authored
Merge pull request #194 from Astro-Lee/main
Update tutorial.rst
2 parents a4d47db + ef953ae commit bf01043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ As an example, here we evaluate a similar integrand many times for different val
745745
.. code:: ipython3
746746
747747
def parametrized_integrand(x, a, b):
748-
return torch.sqrt(torch.cos(torch.sin((a + b) * x)))
748+
return torch.sqrt(torch.cos(torch.sin((a + b) * x)))
749749
750750
a_params = torch.arange(40)
751751
b_params = torch.arange(10, 20)

0 commit comments

Comments
 (0)