Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ def main():
# return code -N, where N is the signal number.
signal_name = SIGNALS_TO_NAMES_DICT[-return_code]
message += ' Received signal: {}'.format(signal_name)
#print(message, file=sys.stderr)
raise RuntimeError(message)
if options.coverage:
shell(['coverage', 'combine'])
Expand Down
1 change: 0 additions & 1 deletion test/test_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,6 @@ def test_uniform(self):
high.grad.zero_()

@unittest.skipIf(not TEST_NUMPY, "NumPy not found")

def test_vonmises_sample(self):
for loc in [0.0, math.pi / 2.0]:
for concentration in [0.03, 0.3, 1.0, 10.0, 100.0]:
Expand Down