mirror of
https://github.com/azaion/detections.git
synced 2026-04-23 00:06:32 +00:00
Update .gitignore and refine documentation for execution environment
- Added Cython generated files to .gitignore to prevent unnecessary tracking. - Updated paths in `inference.c` and `coreml_engine.c` to reflect the correct virtual environment. - Revised the execution environment documentation to clarify hardware dependency checks and local execution instructions, ensuring accurate guidance for users. - Removed outdated Docker suitability checks and streamlined the assessment process for test execution environments.
This commit is contained in:
@@ -46,7 +46,3 @@ def test_ft_n_03_loader_error_mode_detect_does_not_500(
|
||||
assert r.status_code != 500
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Requires separate Docker profile without classes.json")
|
||||
@pytest.mark.cpu
|
||||
def test_ft_n_05_missing_classes_json_prevents_normal_operation():
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user