diff --git a/tests/parchmint/test_feature.py b/tests/parchmint/test_feature.py index 9745b52..9fd5bfa 100644 --- a/tests/parchmint/test_feature.py +++ b/tests/parchmint/test_feature.py @@ -15,6 +15,5 @@ def test_to_parchmint_v1(feature_dict, params_dict, device, layer): def test_from_parchmint_v1_2(feature_dict, device): - feat = Feature.from_parchmint_v1_2(json_data=feature_dict, device_ref=device) assert feat.to_parchmint_v1_2() == feature_dict