Niemeyer-Research-Group / pyMARS

Python-based (chemical kinetic) Model Automatic Reduction Software
https://niemeyer-research-group.github.io/pyMARS/
MIT License
57 stars 45 forks source link

`num_threads` could be named better #62

Open kyleniemeyer opened 4 years ago

kyleniemeyer commented 4 years ago

num_threads is a reasonable option name when actually specifying a number of threads, but when used without a number it just activates parallelized simulations and doesn't make sense.

Perhaps a more clear name would be parallel?