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] Add lazyobject and lazy_get api. #2035

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add lazyobject and lazy_get api.

b24c1eb
Select commit
Loading
Failed to load commit list.
Open

[WIP] Add lazyobject and lazy_get api. #2035

Add lazyobject and lazy_get api.
b24c1eb
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 27, 2024 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 3
           

Complexity decreasing per file
==============================
+ python/vineyard/core/client.py  -3
         

See the complete overview on Codacy

Annotations

Check warning on line 2 in python/vineyard/core/tests/test_lazy_get.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/vineyard/core/tests/test_lazy_get.py#L2

Unused import torch

Check warning on line 16 in python/vineyard/core/tests/test_lazy_get.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/vineyard/core/tests/test_lazy_get.py#L16

String statement has no effect

Check notice on line 48 in python/vineyard/core/tests/test_lazy_get.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/vineyard/core/tests/test_lazy_get.py#L48

Final newline missing