-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
del files that produce linting errors
- Loading branch information
1 parent
79dfbfd
commit d37d9f4
Showing
4 changed files
with
2 additions
and
182 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
quantum_image_processing/data_encoder/image_representations/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from .frqi import FRQI | ||
from .neqr import NEQR | ||
|
||
__all__=[ | ||
__all__ = [ | ||
"FRQI", | ||
"NEQR", | ||
] | ||
] |
32 changes: 0 additions & 32 deletions
32
quantum_image_processing/test-files/mnist-frqi-representation.py
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
quantum_image_processing/test-files/mnist-neqr-representation.py
This file was deleted.
Oops, something went wrong.
109 changes: 0 additions & 109 deletions
109
quantum_image_processing/test-files/mnist-ttn-classification.py
This file was deleted.
Oops, something went wrong.