Skip to content

Commit

Permalink
Ray fixed as default processing method
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWeaving committed Nov 13, 2023
1 parent ad238b3 commit ed58a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmer/process_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class ProcessHandler:

method = 'mp'
method = 'ray'
verbose = False

def __init__(self):
Expand Down

0 comments on commit ed58a42

Please sign in to comment.