BioPAL / BioPAL

BIOMASS Product Algorithm Laboratory
https://biopal.org/
MIT License
90 stars 26 forks source link

compatibility issue with Equi7Grid version 0.0.12 #29

Closed imsoja closed 3 years ago

imsoja commented 3 years ago

Hi, The most recent version (as of 19 April 2021) is not compatible with the latest version of Equi7Grid package (0.0.12) It throws the following error: "image2equi7grid() got an unexpected keyword argument 'withtilenamesuffix'". It works when I downgrade Equi7Grid package to 0.0.10. Cheers, Maciej

emanuelegiorgi commented 3 years ago

Hello, thanks for your feedback!

Equi7Grid package v0.0.12 introduced the new interface (withtilenamesuffix). This causes a bug in biopal and it has been fixed in the already merged pull request #26, where the Equi7Grid package has been forced to the version v0.0.11 (the latest compatible one) for any new installation (updated environment.yml).