Add test for parameter loading

This commit is contained in:
Matthias
2021-06-30 06:43:49 +02:00
parent dcf53ac3ff
commit 645da51b5f
4 changed files with 50 additions and 5 deletions

View File

@@ -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]