Add test for parameter loading
This commit is contained in:
@@ -1020,5 +1020,3 @@ def test_SKDecimal():
|
||||
assert space.transform([2.0]) == [200]
|
||||
assert space.transform([1.0]) == [100]
|
||||
assert space.transform([1.5, 1.6]) == [150, 160]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user