COO-140 Added preprocessing tasks and initial pipeline engine#3
COO-140 Added preprocessing tasks and initial pipeline engine#3Yashvi-Sharma wants to merge 11 commits intomainfrom
Conversation
… joblib, added hook for fitsloader
…bias creation example on DTU_dettest singledet data
|
looks like matplotlib is not either a hard or soft dependency or EDIT: similarly for |
|
it looks to me like Also, some of these aren't included in |
|
|
|
musing: in trying to run the pipeline, since my path is different, I was expecting an error or something, but it all works fine because the path is a glob. As it should, and there are no files at that path in my machine. But I think this is unexpected behaviour for some users and risks a silent and annoying failure. Possibilities to think about:
|
Fixed this and updated pyproject.toml |
Fixed this and moved modules under `eregion' package |
That is strange, it works when I give the load_image_fits() a .gz file path. Though apparently there are known issues when a file-like object is passed. Could you give an example of how it fails? |
This may mess up the case in which a directory is being watched for files, but we can set it to off by default in watch_mode and on otherwise. I'll add it, and if there are no files when they are expected, the task fails (which in pipeline mode should be recognized as a hard failure, which I haven't added yet but will do as well)
Added path checking for glob in latest commit, but what do you mean by override option?
Added logger warnings, they will only show up though when lazy generator is looped on. |
Tested masterbias creation with both direct task calls and pipeline flow