Skip to content

Commit

Permalink
change default nprocessors to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Oct 26, 2023
1 parent d5af122 commit ff5486b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frads/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class Settings:
"""

name: str = field(default="")
num_processors: int = 1
num_processors: int = 4
method: str = field(default="3phase")
overwrite: bool = False
save_matrices: bool = False
Expand Down

0 comments on commit ff5486b

Please sign in to comment.