Skip to content

Commit

Permalink
[fix] fix function name (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshikawaMasashi authored and dustinvtran committed Mar 8, 2018
1 parent 0e3457b commit a8d6f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/inferences/metropolishastings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_normalnormal_float32(self):
self.assertEqual(new_t, 0)
self.assertEqual(new_n_accept, 0)

def test_normalnormal_float32(self):
def test_normalnormal_float64(self):
with self.test_session() as sess:
x_data = np.array([0.0] * 50, dtype=np.float32)

Expand Down

0 comments on commit a8d6f85

Please sign in to comment.