Open bryates opened 9 months ago
The Rochester corrections are disabled for now. https://github.com/TopEFT/topeft/blob/56eda59b2f9f9127b1e129f2ae2e4e02daa14e16/analysis/topeft_run2/analysis_processor.py#L250
The rnd() function call https://github.com/TopEFT/topeft/blob/513d76029a33d032e3f176e45d07be2631ab18fb/topeft/modules/corrections.py#L667 current relies on a to_nump() call that dask graph cannot use, as well as the shape of the array.
rnd()
to_nump()
The Rochester corrections are disabled for now. https://github.com/TopEFT/topeft/blob/56eda59b2f9f9127b1e129f2ae2e4e02daa14e16/analysis/topeft_run2/analysis_processor.py#L250
The
rnd()
function call https://github.com/TopEFT/topeft/blob/513d76029a33d032e3f176e45d07be2631ab18fb/topeft/modules/corrections.py#L667 current relies on ato_nump()
call that dask graph cannot use, as well as the shape of the array.