Skip to content

Commit

Permalink
Merge pull request #404 from HEXRD/fitting-fixes-jvb
Browse files Browse the repository at this point in the history
attribute for picks and logging
  • Loading branch information
joelvbernier authored Apr 26, 2022
2 parents cc2cae4 + 9f0a8b5 commit f460359
Show file tree
Hide file tree
Showing 5 changed files with 475 additions and 297 deletions.
2 changes: 2 additions & 0 deletions hexrd/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
# !!! for stetting mp start method
if 'Windows' in platform.system():
mp_context = mp.get_context("spawn")
elif 'Darwin' in platform.system():
mp_context = mp.get_context("spawn")
else:
mp_context = mp.get_context("fork")

Expand Down
Loading

0 comments on commit f460359

Please sign in to comment.