Skip to content

Commit ef41099

Browse files
committed
Mark easyguide/test_easyguide.py::test_serialize as an expected failure according to the bug mentioned at pyro-ppl#3430.
1 parent be9b5d6 commit ef41099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/contrib/easyguide/test_easyguide.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def guide(self, batch, subsample, full_size):
7979
self.group(match="state_[0-9]*").map_estimate()
8080

8181

82+
@pytest.mark.xfail(reason="https://github.com/pyro-ppl/pyro/issues/3430")
8283
def test_serialize():
8384
guide = PickleGuide(model)
8485
check_guide(guide)

0 commit comments

Comments
 (0)