-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when adding new images to run #718
Comments
I've just tried to reproduce this in a local environment by running with data of the form
and then updating the config file to also add data of the form
I'm using fairly standard settings, with forced fitting turned off (which I thought may be the root cause of the issue given I haven't seen it occur for runs with forced fits. I'm unable to reproduce the issue, so it may be something that only occurs with larger runs. I have added some more debug statements in #725 to hopefully make fixing this easier if it occurs again. |
* Add get_memory_usage function * Rewrite memory usage functions * Added memory usage logging to finalise.py * Added logging to forced_extraction.py * Added debug logging to loading.py * Added debug logging to model_generator.py * Added debug logging to main.py * Added debug logging to new_sources.py * Import psutil * Fix truncated variable name * Fixed logging in calculate_n_partitions * Add some logging to partially address #718 * ? * PEP8 * PEP8 * More PEP8 * PEP8 hell * Updated changelog
Complete speculation, but I think this might be occurring when you add new images to the run, but not every field has a new image added. Will need to investigate further. |
Investigated further and the above doesn't seem to be the explanation |
This error only occurs when this list is empty or full of non-dataframe objects: vast-pipeline/vast_pipeline/pipeline/utils.py Lines 1546 to 1548 in e5ebfb8
So I would have a guess that vast-pipeline/vast_pipeline/pipeline/utils.py Lines 1489 to 1497 in e5ebfb8
I'd possibly be suspicious of the vast-pipeline/vast_pipeline/pipeline/association.py Lines 1141 to 1142 in e5ebfb8
Something corrupted or strange with the images in the large run that would cause that to not generate properly? Possibly none of the images are considered "done" so that list would be empty. |
Run is https://dev.pipeline.vast-survey.org/piperuns/77/, with log file
2024-06-26-05-36-59_log.txt
Traceback is
The text was updated successfully, but these errors were encountered: