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 7b18ea8 commit b07c6c2Copy full SHA for b07c6c2
tests/test_mc.py
@@ -11,7 +11,7 @@ def test_MC():
11
"""test ModelConstructor"""
12
img_size = 16
13
mc = ModelConstructor()
14
- assert "name=None" in str(mc)
+ assert "name=" not in str(mc)
15
mc.name = "MC"
16
assert "name='MC'" in str(mc)
17
model = mc()
0 commit comments