In reply to tonyle:
Try explicitly setting the parameters to #(32,2,32) see if it matches then. Also, it a good idea to write #() to take all the defaults to show your intent to take all the defaults, not that you forgot to specify them.
In reply to tonyle:
Try explicitly setting the parameters to #(32,2,32) see if it matches then. Also, it a good idea to write #() to take all the defaults to show your intent to take all the defaults, not that you forgot to specify them.