Skip to content

Commit 4e3ba74

Browse files
author
Guanheng Zhang
committed
update parameterized
1 parent 9e114e4 commit 4e3ba74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/parameterized_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def get_asset_path(*paths):
1414

1515
def load_params(*paths):
1616
with open(get_asset_path(*paths), 'r') as file:
17-
return [param(json.loads(line)) for line in file]
17+
return [param(line) for line in json.load(file)['meta_data']]

0 commit comments

Comments
 (0)