Marcel Rieger
Marcel Rieger
Way more logs are required to get a sense of what is happening in the background if required. Therefore, most of the logs might have DEBUG level, but certainly some...
In some environments, gfal2 and its python bindings might require manual hacks to run. It might be useful to have a shim that transfers the gfal2 API calls to a...
A jupyter notebook could be helpful to document the most important aspects of law and to give some deeper, practical insights into tasks, targets, filesystems, etc. This could be launched...
- [x] dropbox_targets - [ ] wlcg_targets - [ ] docker_sandboxes - [ ] wlcg_at_cern
In some places it could make sense to use custom exceptions, e.g. to allow users to catch some types and continue.
Parts to cover: - config - BaseTask and Task - Targets - decorators - parameters
This PR refactors the dynamic dependencies we have in place between `MergeReduceEvents` and everything below it: `UniteColumns`, `ProduceColumns`, `PrepareMLEvents`, `MLEvaluation` and `CreateHistograms`. ### Current behavior So far, the dynamic behavior...
Some functions / classes are not yet documented with docstrings and some are even missing in the automatic listing generated for our [rtd](http://columnflow.readthedocs.io) page. Perhaps we should also add task...
In cases where merging is not required (e.g. if the files are so large that it would be 1-to-1 merging, of if it's simply not desired), it should be possible...
When a sandbox is already installed, but the cf_flag file is missing, the version check will complain. Although the error indirectly states what the problem is, the reason is rather...