1 Open Issue Need Help Last updated: Sep 10, 2025

Open Issues Need Help

View All on GitHub

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