Skip to content

Commit

Permalink
Remove reference literature section because it causes issues in Simap…
Browse files Browse the repository at this point in the history
…ro 9.5.
  • Loading branch information
romainsacchi committed Mar 15, 2024
1 parent 19b022e commit 24b5ebf
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions premise/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -1386,8 +1386,6 @@ def export_db_to_simapro(self, olca_compartments=False):
"Record",
):
writer.writerow(["Unspecified"])
if item == "Literature references":
writer.writerow(["Ecoinvent 3"])
if item == "System description":
writer.writerow(["Ecoinvent v3"])
if item == "Infrastructure":
Expand Down Expand Up @@ -1624,28 +1622,6 @@ def export_db_to_simapro(self, olca_compartments=False):
writer.writerow(["End"])
writer.writerow([])

# Literature reference
writer.writerow(["Literature reference"])
writer.writerow([])
writer.writerow(["Name"])
writer.writerow(["Ecoinvent"])
writer.writerow([])
writer.writerow(["Documentation link"])
writer.writerow(["https://www.ecoinvent.org"])
writer.writerow([])
writer.writerow(["Comment"])
writer.writerow(
["Pre-print available at: https://www.psi.ch/en/media/57994/download"]
)
writer.writerow([])
writer.writerow(["Category"])
writer.writerow(["Ecoinvent 3"])
writer.writerow([])
writer.writerow(["Description"])
description = "modified by premise"

writer.writerow([description])

csvFile.close()

print(f"Simapro CSV file saved in {self.filepath}.")
Expand Down

0 comments on commit 24b5ebf

Please sign in to comment.