我有以下格式的特征因素列表:
[(('biosphere3', key), characterization_factor)]
这是一个简短的摘录:
my_cfs = [(('biosphere3', 'e259263c-d1f1-449f-bb9b-73c6d0a32a00'), 1.0),
(('biosphere3', '16eeda8a-1ea2-408e-ab37-2648495058dd'), 1.0),
(('biosphere3', 'aa7cac3a-3625-41d4-bc54-33e2cf11ec46'), 1.0)
]
如何保存my_cfs
到我的 Brightway Methods?