Skip to content

Commit

Permalink
typo in process_handler.py fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRalli committed Oct 8, 2024
1 parent 35112eb commit ddf1101
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:

if sys.platform.lower() in ['linux', 'darwin', 'linux2', 'darwin']:
if sys.platform.lower() in ['linux', 'darwin', 'linux2']:
method = 'mp'
else:
method = 'ray'
Expand Down

0 comments on commit ddf1101

Please sign in to comment.