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

Codebeaver/remove params 6742 #6786

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CodeBeaverAI
Copy link

CodeBeaver PR Summary

I am an AI agent that writes, maintains and runs Unit Tests!

I started working from remove light_intensity and fov from load3d.

🔄 1 test added.
🐛 No bugs detected in your changes
🛠️ 1/4 tests passed

🔄 Test Updates

I've added 1 tests. They all pass ☑️
New Tests:

  • tests/test_cli_args.py

No existing tests required updates.

🐛 Bug Detection

No bugs detected in your changes. Good job!

🛠️ Test Results

1/4 tests passed ⚠️

tests/compare/test_quality.py

View error
ImportError while importing test module '/app/temp_workspace/tests/compare/test_quality.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/compare/test_quality.py:9: in <module>
    from cv2 import imread, cvtColor, COLOR_BGR2RGB
E   ModuleNotFoundError: No module named 'cv2'

tests/compare/test_quality.py


tests/inference/test_execution.py

View error
ImportError while importing test module '/app/temp_workspace/tests/inference/test_execution.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/inference/test_execution.py:11: in <module>
    import websocket #NOTE: websocket-client (https://github.com/websocket-client/websocket-client)
E   ModuleNotFoundError: No module named 'websocket'

tests/inference/test_execution.py


tests/inference/test_inference.py

View error
ImportError while importing test module '/app/temp_workspace/tests/inference/test_inference.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/inference/test_inference.py:13: in <module>
    import websocket #NOTE: websocket-client (https://github.com/websocket-client/websocket-client)
E   ModuleNotFoundError: No module named 'websocket'

tests/inference/test_inference.py

☔ Coverage Improvements

Coverage improvements by file:

  • tests/test_cli_args.py

    New coverage: 95.80%
    Improvement: +95.80%


I am an AI agent that writes, maintains and runs Unit Tests. I'm free for open source repos. CodeBeaver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant