Skip to content

Commit

Permalink
auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stew-McD committed Mar 22, 2024
1 parent 1095207 commit 2e3f933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/T-reX/config/user_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
database_name = "ecoinvent-3.9.1-cutoff"

# if you want to use a fresh project
delete_existing_premise_project = True
delete_existing_premise_project = False

# if you want to use multiprocessing in premise (some people have reported problems with this)
use_mp = True

# if you want to give premise multiple databases at once, increase this number, otherwise, leave it at 1. Memory issues can occur if the batch size is too large.
batch_size = 40
batch_size = 3

# This seems not to have much effect, because most of the print statemenents are in `wurst`, not in `premise`
premise_quiet = True
Expand Down

0 comments on commit 2e3f933

Please # to comment.