Skip to content

move eve to private

a57b274
Select commit
Loading
Failed to load commit list.
Open

API fallback and python bindings refactoring #100

move eve to private
a57b274
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded May 5, 2025 in 1s

14 issues fixed. 3 minor issues found.

Annotations

Check notice on line 367 in bindings/python/tests/test_vamana.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

bindings/python/tests/test_vamana.py#L367

Unresolved comment '# TODO: Allow for more introspection in the LVQLoader fields.' (C100)

Check notice on line 182 in bindings/python/tests/common.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

bindings/python/tests/common.py#L182

Multiple spaces before operator. (E221)

Check notice on line 210 in bindings/python/tests/common.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

bindings/python/tests/common.py#L209-L210

Try, Except, Pass detected. (B110)