Skip to content

Commit

Permalink
Quant unittest fix (#3191)
Browse files Browse the repository at this point in the history
Fixes # .

### Description

Remove quantization unit test, mainly due to limited testable scope and
random errors caused by imported but not used packages

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Quick tests passed locally by running `./runtest.sh`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated.
  • Loading branch information
ZiyueXu77 authored Jan 29, 2025
1 parent cc8a90f commit b5d7ca6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
13 changes: 0 additions & 13 deletions tests/unit_test/app_opt/quantization/__init__.py

This file was deleted.

70 changes: 0 additions & 70 deletions tests/unit_test/app_opt/quantization/quantization_test.py

This file was deleted.

0 comments on commit b5d7ca6

Please sign in to comment.