We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be68cc commit 2e82c4eCopy full SHA for 2e82c4e
src/mc_test.py
@@ -7,6 +7,9 @@
7
device = get_device()
8
9
10
+def test_nothing():
11
+ pass
12
+
13
def unit_circle_integrand(x):
14
inside_circle = (x[:, 0] ** 2 + x[:, 1] ** 2 < 1).double()
15
# return {
0 commit comments