Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/biofuels' into biofuels
Browse files Browse the repository at this point in the history
# Conflicts:
#	premise/data_collection.py
  • Loading branch information
romainsacchi committed Sep 7, 2023
2 parents 047585d + 6940866 commit 1654ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premise/ecoinvent_modification.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def _fetch_iam_data(scenario):
scenario["database"] = copy.deepcopy(self.database)

# use multiprocessing to speed up the process
#with Pool(processes=multiprocessing.cpu_count()) as pool:
# with Pool(processes=multiprocessing.cpu_count()) as pool:
# pool.map(_fetch_iam_data, self.scenarios)

for scenario in self.scenarios:
Expand Down

0 comments on commit 1654ac0

Please sign in to comment.