-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I have some issues settings the data paths.
- I build and install both Denario and DenarioApp From sources.
- Then I run 'denario run' in the main folder, so that project_app is created in the same level as Denario and DenarioApp.
I use Denario App GUI to upload my data file, it's uploaded into project_app/data folder correctly.
In analysis phase I'm getting errors that
Error: [Errno 2] No such file or directory: '.../projects/denario/project_app/experiment_generation_output/control/codebase/data_processing/load_subjective_data.py'
but I think the main reason might be that FileNotFoundError: [Errno 2] No such file or directory: 'data/data.csv'
I tried setting the PROJECT_DIR in DenarioApp/src/denario_app/constants.py to point to the actual 'project_app' - folder, but no luck.
Not sure if this is related but anyway: utils.py:75: UserWarning: No data files paths were found in the data description. If you want to provide input data, ensure that you indicate their path, otherwise this may cause hallucinations in the LLM in the get_results() workflow later on
Thanks.