IndEcol / RECC-ODYM

The RECC model
MIT License
21 stars 10 forks source link

ValueError: not enough values to unpack (expected 21, got 17) #71

Open SchuirF opened 10 months ago

SchuirF commented 10 months ago

Hello, I first recently had another problem (issue #57 from IndEcol/ODYM) with the ODYM-RECC model, but now this one occurs:

Screenshot 2023-10-27 142657

In connection with issue #57, I had tried to get an old version V2.2 of the model working, until I got the hint that there is already a newer version. I am now using version V2.5 of ODYM-RECC but I still have the config file from V2.4. Is there a matching config file for V2.5 and if so, where can I find it?

Thanks in advance

CarrerF commented 10 months ago

Hi @SchuirF, I report my answer on the other topic: "the RECC model relies on the ODYM package (https://github.com/IndEcol/ODYM), which has been updated too. You would need to update it as well. The dataset has also been extended and reviewed, so I suspect that the version of the dataset you have will not be compatible with the newest code. Please, contact @stefanpauliuk (the owner of the repository) to get access to the dataset."

The function ParseConfigFilefrom the ODYM package has been updated to include new features, and you would need to update the package to get the full functionalities.

The ConfigFile has also been updated, together with the dataset.

SchuirF commented 10 months ago

Hi @CarrerF,

I understand. Seems like the only solution will be to get access to the latest versions, especially the dataset. Thanks for your help. I have now contacted the owner of the repository.

Best regards!