Skip to content

Commit e4b16f7

Browse files
committed
add empty test
1 parent b8c5ee4 commit e4b16f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mc_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
device = torch.device("cpu")
99

1010

11+
def test_nothing():
12+
pass
13+
14+
1115
def unit_circle_integrand(x):
1216
inside_circle = (x[:, 0] ** 2 + x[:, 1] ** 2 < 1).double()
1317
return inside_circle

0 commit comments

Comments
 (0)