Open Issues Need Help
View All on GitHub  NUM_THREADS shouldn't be user set  about 2 months ago 
 AI Summary: The issue proposes modifying the `NUM_THREADS` constant in `src/firm_ce/common/constants.py`. It suggests either making it an environment variable with a default of 1 or dynamically setting it to the number of CPU cores using `multiprocessing.cpu_count()`, asking for a decision on the preferred approach.
 
Complexity:
  1/5
 
   enhancement  good first issue