Codacy correction
This commit is contained in:
committed by
Nicola Demo
parent
ea3d1924e7
commit
dd43c8304c
@@ -22,8 +22,11 @@ def test_init_inputoutput():
|
||||
Condition(input_points=3., output_points='example')
|
||||
with pytest.raises(ValueError):
|
||||
Condition(input_points=example_domain, output_points=example_domain)
|
||||
|
||||
|
||||
test_init_inputoutput()
|
||||
|
||||
|
||||
def test_init_domainfunc():
|
||||
Condition(domain=example_domain, equation=FixedValue(0.0))
|
||||
with pytest.raises(ValueError):
|
||||
|
||||
Reference in New Issue
Block a user