lucid
lucid copied to clipboard
Warn about missing `crop_to_size` at end of transforms
inspired by #101
Once we merge in new robustness transforms, crop_to_size should probably be in the default transforms. We still want to allow not passing it, but should probably warn in that case.
@ncammarata just ran into this via #103 again.