I have this Value error
File "/scratch/condor/dir_452100/job_5rDDuzRP5Vh2/repo/modules/columnflow/columnflow/tasks/selection.py", line 258, in run self.raise_if_not_finite(events[~veto])
File "/scratch/condor/dir_452100/job_5rDDuzRP5Vh2/repo/modules/columnflow/columnflow/tasks/framework/mixins.py", line 2435, in raise_if_not_finite
raise ValueError(
ValueError: found one or more non-finite values in column 'mur_weight_up' of array [<event 1: 85255: 139903318>, ...]
It arises when executing the SelectEvents task. It's only throwing the error for one specific file of the dataset, so it's not an issue with the code itself.
Is there any way to circumvent this issue, without excluding the whole dataset?
I have this Value error
It arises when executing the SelectEvents task. It's only throwing the error for one specific file of the dataset, so it's not an issue with the code itself.
Is there any way to circumvent this issue, without excluding the whole dataset?