SaashaJoshi / piQture

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

Add unit tests for `transforms` module #112

Closed SaashaJoshi closed 1 month ago

SaashaJoshi commented 1 month ago

This PR refactors the transforms to a separate transforms module and adds a unit test for MinMaxNormalization transform. Partially addresses #91.