Luigi Pertoldi
Luigi Pertoldi
Ciao! As discussed with @oschulz, I wrote a [homebrew](https://brew.sh) formula for BAT. The package manager is widely used on MacOS and there's also a [Linux fork](http://linuxbrew.sh), less used but still...
It would be useful to have such a command line option.
Workflow not being executed in parallel on batch computing nodes (SLURM cluster grouped execution)
I'm trying to write a profile to run [this workflow](https://github.com/legend-exp/legend-simflow) on [NERSC's supercomputer](https://docs.nersc.gov/jobs). Batch computing nodes have 128 CPU cores (x2 hyperthreads) and 512 GB of memory. Submission is managed...
Meaning that the hit tables for each channel would sit in a `lgdo.Struct`, instead of sitting in a bare HDF5 group. This would be useful to allow users to read...
Example: `is_valid_0vbb` is available in tier `hit` for the `geds` subsystem only. If loading data from `spms` and `geds` at the same time, `is_valid_0vbb` will randomly provide `True` or `False`...
`FileDB.to_disk()` currently stores data through Pandas' HDF5 format. This prevents other non-Python software (e.g. Julia) from parsing it out of the box.
I'm posting a to-do list here. I'll keep it up-to-date. Good reference: https://scikit-hep.org/developer - [x] Regenerate API documentation automatically at build time - [x] Fix all warning/errors reported by Sphinx...
Unit testing
Here's a to-do list, I'll kep it up-to-date. Good reference: https://scikit-hep.org/developer. Most of this will be implemented on the `refactor` branch only. - [ ] Add micro-tests for each module/function...
I've just ran a quick test and it seems to me that `pandas.DataFrame.eval()` is not supported. Is that correct? Is there a way to evaluate string expressions on dataframes containing...
I often create rules dynamically in my workflow: ```python for _ in range(0, 10): rule: input: ... ``` and these get named with integer numbers. It would be great to...