We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f52e2 commit 75ecc57Copy full SHA for 75ecc57
1 file changed
swolfpy/Technosphere.py
@@ -129,7 +129,7 @@ def _write_technosphere(self):
129
130
if pd.isnull(self.LCI_reference['Reference_activity_id'][x]):
131
i = 0
132
- for val in self.LCI_swolfpy_data[x][1:]:
+ for val in self.LCI_swolfpy_data[x][2:]:
133
if float(self._check_nan(val)) != 0:
134
ex = {} # add exchange to activities
135
ex['amount'] = float(self._check_nan(val))
0 commit comments