Dynamo #596
Annotations
10 errors and 1 warning
Ruff (F821):
docs/source/guide/developer/custom_hpo_prob.ipynb#L8
docs/source/guide/developer/custom_hpo_prob.ipynb:1:1: F821 Undefined name `jit_class`
|
Ruff (F821):
docs/source/guide/developer/custom_hpo_prob.ipynb#L15
docs/source/guide/developer/custom_hpo_prob.ipynb:1:1: F821 Undefined name `jit_class`
|
Ruff (F821):
src/evox/core/jit_util.py#L261
src/evox/core/jit_util.py:261:22: F821 Undefined name `_STATE_ARG_NAME`
|
Ruff (F821):
src/evox/core/jit_util.py#L286
src/evox/core/jit_util.py:286:26: F821 Undefined name `trace_caching_state_context`
|
Ruff (F821):
src/evox/core/jit_util.py#L305
src/evox/core/jit_util.py:305:26: F821 Undefined name `trace_caching_state_context`
|
Ruff (F821):
src/evox/core/jit_util.py#L330
src/evox/core/jit_util.py:330:16: F821 Undefined name `tracing_or_using_state`
|
Ruff (F821):
src/evox/core/jit_util.py#L342
src/evox/core/jit_util.py:342:26: F821 Undefined name `trace_caching_state_context`
|
Ruff (I001):
src/evox/core/module.py#L1
src/evox/core/module.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/evox/core/module.py#L5
src/evox/core/module.py:5:5: F401 `typing.Any` imported but unused
|
Ruff (F401):
src/evox/core/module.py#L11
src/evox/core/module.py:11:5: F401 `typing.Protocol` imported but unused
|
ruff
Could not parse version from /home/runner/work/evox/evox/pyproject.toml. Using latest version.
|