Pandora-IsoMemo / ReSources

Food Reconstruction Using Isotopic Transferred Signals (ReSources)
https://pandora-isomemo.github.io/ReSources/
GNU General Public License v3.0
0 stars 1 forks source link

URGENT problem #130

Closed isomemo closed 1 month ago

isomemo commented 1 month ago

There is an urgent basic problem with something that was previously working (simplest possible model). A colleague saved the ReSources model below but when trying to load it, we both get the error "Empty tables"

Furthermore, the model cannot be run. The error "Not valid source values" is issued, although the source values are all numeric.

Please give top priority to fix this! I also would like to discuss what else may be broken.

The file is zipped since GitHub does not accept the .resources extension.

2024-09-16_18-15-33_model.zip

arunge commented 1 month ago

I do receive following when uploading the model:

image

and when debugging:

DEBUG [2024-09-17 11:22:33] Entering observe() (set values$xxxNames)
Warnung: Error with source names
 error: Objekt 'newValue' nicht gefunden
Error : 

I am checking what is missing.

arunge commented 1 month ago

@isomemo The error 'newValue not found' occurs only on beta, I will fix this with the next version.

However, I checked the file you attached above. The input tables do exist in the object that stores inputs, data and the model, but they only contain one line with the value NA. That is why, we get the message for 'Empty tables'. And that is why, no input data is loaded. Because in the object there is none:

image

I also cannot see any source values and wonder why you said you have numeric values:

image

The error 'No valid source values' occurs because no source data is available since the content is NA.

image

Did you send me exactly the file that you tried to upload? The name of the file (2024-09-16_18-15-33_model.resources) inside the zip from above indicates that you downloaded a new model object after trying to load the other one. But this file does not contain the input data. Is it possible to provide me the original file that you tried to upload?

isomemo commented 1 month ago

@arunge the file was saved after all values were inputed. It was done by a colleague during a live Zoom call and it was clear that everything was done correctly. Can you please check if now saving/loading works fine?

arunge commented 1 month ago

@isomemo Yes, I just checked the main version (still 24.5.0.1)

However, the fix for the issue on beta must still be deployed. I will close here as soon as this is done.

arunge commented 1 month ago

Regarding from above

However, the fix for the issue on beta must still be deployed. I will close here as soon as this is done.

The Fix is online with version 24.09.0 on ReSources beta. I am closing here.