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

[WIP] Working prototype of experiment sequence #2461

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

update requirements

3d2b441
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Working prototype of experiment sequence #2461

update requirements
3d2b441
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 30, 2023 in 5s

22 new alerts

New alerts in code changed by this pull request

  • 22 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 92 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 80 in plugins/hydra_loky_launcher/hydra_plugins/hydra_loky_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 39 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
hydra_multiprocessing_launcher.multiprocessing_launcher
begins an import cycle.

Check notice on line 37 in plugins/hydra_loky_launcher/hydra_plugins/hydra_loky_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
hydra_loky_launcher.loky_launcher
begins an import cycle.

Check notice on line 57 in plugins/hydra_loky_launcher/hydra_plugins/hydra_loky_launcher/loky_launcher.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
hydra_loky_launcher._core
begins an import cycle.

Check notice on line 89 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/multiprocessing_launcher.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
hydra_multiprocessing_launcher._core
begins an import cycle.

Check notice on line 19 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/multiprocessing_launcher.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'multiprocessing' is not used.

Check notice on line 163 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Nested loops with same variable Note

Nested for statement uses loop variable 'idx' of enclosing
for statement
.

Check notice on line 166 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Nested loops with same variable Note

Nested for statement uses loop variable 'override' of enclosing
for statement
.

Check notice on line 135 in plugins/hydra_loky_launcher/hydra_plugins/hydra_loky_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Nested loops with same variable Note

Nested for statement uses loop variable 'idx' of enclosing
for statement
.

Check notice on line 138 in plugins/hydra_loky_launcher/hydra_plugins/hydra_loky_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Nested loops with same variable Note

Nested for statement uses loop variable 'override' of enclosing
for statement
.

Check notice on line 53 in plugins/hydra_joblib_launcher/hydra_plugins/hydra_joblib_launcher/joblib_launcher.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
hydra_joblib_launcher._core
begins an import cycle.

Check notice on line 66 in plugins/hydra_loky_launcher/hydra_plugins/hydra_loky_launcher/loky_launcher.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
hydra_loky_launcher._core
begins an import cycle.

Check notice on line 98 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/multiprocessing_launcher.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
hydra_multiprocessing_launcher._core
begins an import cycle.

Check notice on line 37 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note

Module 'multiprocessing' is imported with both 'import' and 'import from'.

Check notice on line 16 in hydra/plugins/experiment_sequence.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note

Module 'typing' is imported with both 'import' and 'import from'.

Check notice on line 17 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'context' is not used.

Check notice on line 20 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'repeat' is not used.

Check notice on line 19 in plugins/hydra_loky_launcher/hydra_plugins/hydra_loky_launcher/_core.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'repeat' is not used.

Check notice on line 5 in hydra/_internal/core_plugins/basic_launcher.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Union' is not used.

Check notice on line 17 in plugins/hydra_loky_launcher/hydra_plugins/hydra_loky_launcher/loky_launcher.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Union' is not used.

Check notice on line 17 in plugins/hydra_multiprocessing_launcher/hydra_plugins/hydra_multiprocessing_launcher/multiprocessing_launcher.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Union' is not used.