We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cf778 commit 21aa5f9Copy full SHA for 21aa5f9
tests/ignite/base/test_mixins.py
@@ -13,6 +13,7 @@ def test_state_dict():
13
with pytest.raises(NotImplementedError):
14
s.state_dict()
15
16
+
17
def test_load_state_dict():
18
19
s = ExampleSerializable()
0 commit comments