chaoss / augur

Python library and web service for Open Source Software Health and Sustainability metrics & data collection. You can find our documentation and new contributor information easily here: https://oss-augur.readthedocs.io/en/main/ and learn more about Augur at our website https://augurlabs.io
https://oss-augur.readthedocs.io/en/main/
MIT License
585 stars 845 forks source link

machine_learning_phase undefined in start_tasks.py #2767

Closed mhauru closed 3 months ago

mhauru commented 5 months ago

The machine_learning_phase variable is referenced a few times in start_tasks.py, but it's undefined: https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/start_tasks.py#L144 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/start_tasks.py#L223 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/start_tasks.py#L260

Probably just missing an import.

sgoggins commented 5 months ago

@ABrain7710 : This goes to one of my questions. I found the same thing. Let's fix this when we can. @IsaacMilarky : If you have time to address that would also be great!