set_num_threads

GeomModel.set_num_threads(threads=None)

Set the number of threads.

Either through the config file, cli or directly.

Parameters

Name Type Description Default
threads int Number of threads, by default None None
Back to top