Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

machine_learning_phase undefined in start_tasks.py #2767

Open
mhauru opened this issue Apr 24, 2024 · 1 comment
Open

machine_learning_phase undefined in start_tasks.py #2767

mhauru opened this issue Apr 24, 2024 · 1 comment
Assignees

Comments

@mhauru
Copy link
Contributor

mhauru commented Apr 24, 2024

The machine_learning_phase variable is referenced a few times in start_tasks.py, but it's undefined:

if machine_learning_phase.__name__ in enabled_phase_names:

ml_enabled_phases.append(machine_learning_phase)

if machine_learning_phase.__name__ in enabled_phase_names:

Probably just missing an import.

@sgoggins
Copy link
Member

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants