Skip to content

Commit

Permalink
Remove mention of multiprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Jun 17, 2024
1 parent 3f69614 commit ee4d483
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dev/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
source_db="ecoinvent 3.9.1 cutoff",
source_version="3.9.1",
key=b'tUePmX_S5B8ieZkkM7WUU2CnO8SmShwmAeWK9x2rTFo=',
use_multiprocessing=False,
)

ndb.update()
2 changes: 0 additions & 2 deletions premise/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ def hide_messages():
print("Keep uncertainty data?")
print("NewDatabase(..., keep_uncertainty_data=True)")
print("")
print("Disable multiprocessing?")
print("NewDatabase(..., use_multiprocessing=False)")
print("")
print("Hide these messages?")
print("NewDatabase(..., quiet=True)")
Expand Down

0 comments on commit ee4d483

Please sign in to comment.