Oulu-IMEDS / solt

Streaming over lightweight data transformations
https://oulu-imeds.github.io/solt/
MIT License
263 stars 19 forks source link

Incorrect serialization of a cropping transform #59

Closed lext closed 4 years ago

lext commented 4 years ago

The attribute crop_size needs to be renamed into crop_to to match the constructor. Otherwise, the serialization does not work well.

https://github.com/MIPT-Oulu/solt/blob/770e397884bcafe80a11723c229e275c1c1f8b5a/solt/transforms/_transforms.py#L715

lext commented 4 years ago

Fixed in #62