SaashaJoshi / piQture

piQture: A quantum machine learning library for image processing.
https://saashajoshi.github.io/piQture/
Apache License 2.0
15 stars 7 forks source link

Change location of error handling logic in image representation module #45

Closed SaashaJoshi closed 6 months ago

SaashaJoshi commented 6 months ago

Change the location of error handling logic that checks the pixel_values from FRQI class to ImageEmbedding base class. This change was required while building the INEQR class that requires error checks on pixel_vals. This will be covered in an upcoming PR.