Skip to content

Commit 2e82c4e

Browse files
authored
Update mc_test.py
1 parent 9be68cc commit 2e82c4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mc_test.py

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
device = get_device()
88

99

10+
def test_nothing():
11+
pass
12+
1013
def unit_circle_integrand(x):
1114
inside_circle = (x[:, 0] ** 2 + x[:, 1] ** 2 < 1).double()
1215
# return {

0 commit comments

Comments
 (0)