check_weighter_default_constructible¶
yohou.testing.check_weighter_default_constructible(weighter)
¶
Check the weighter class is constructible with no arguments.
Parameters ¶
| Name | Type | Description | Default |
|---|---|---|---|
weighter
|
BaseWeighter
|
Weighter instance (used for its type). |
required |
Raises ¶
| Type | Description |
|---|---|
AssertionError
|
If |