Skip to content

Commit 75ecc57

Browse files
committed
Update Technosphere.py
1 parent 25f52e2 commit 75ecc57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swolfpy/Technosphere.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def _write_technosphere(self):
129129

130130
if pd.isnull(self.LCI_reference['Reference_activity_id'][x]):
131131
i = 0
132-
for val in self.LCI_swolfpy_data[x][1:]:
132+
for val in self.LCI_swolfpy_data[x][2:]:
133133
if float(self._check_nan(val)) != 0:
134134
ex = {} # add exchange to activities
135135
ex['amount'] = float(self._check_nan(val))

0 commit comments

Comments
 (0)