Delay pass creation until time to run #1621
1 configuration not found
Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main
was not found:
API upload
- ❓ <default>
New alerts in code changed by this pull request
- 8 errors
- 1 note
See annotations below for details.
Annotations
Check failure on line 10 in olive/engine/config.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of AbstractPassConfig occurs after the cyclic of olive.engine.config.
Check failure on line 20 in olive/passes/olive_pass.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of AbstractPassConfig occurs after the cyclic of olive.passes.olive_pass.
Check failure on line 21 in olive/passes/olive_pass.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of BasePassConfig occurs after the cyclic of olive.passes.olive_pass.
Check failure on line 22 in olive/passes/olive_pass.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of PassConfigParam occurs after the cyclic of olive.passes.olive_pass.
Check failure on line 23 in olive/passes/olive_pass.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of PassParamDefault occurs after the cyclic of olive.passes.olive_pass.
Check failure on line 24 in olive/passes/olive_pass.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of create_config_class occurs after the cyclic of olive.passes.olive_pass.
Check failure on line 37 in olive/passes/olive_pass.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of RunPassConfig occurs after the cyclic of olive.passes.olive_pass.
Check failure on line 25 in olive/passes/pass_config.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of Pass occurs after the cyclic of olive.passes.pass_config.
Check notice on line 141 in olive/passes/pass_config.py
Code scanning / CodeQL
Cyclic import Note
begins an import cycle.