We always skip the cuts when loading positivity datasets. I'm not entirely sure why (it has always been done like that, maybe some parts of the code needs the positivity not to be cut)
|
def load_commondata(self): |
However, now the positivity sets and fktables should be in the same footing as the others, so in principle we could also cut (in x for instance). Maybe removing this method (so that it goes to the parent, which applies the cut) is enough, but it should be tested.
We always skip the cuts when loading positivity datasets. I'm not entirely sure why (it has always been done like that, maybe some parts of the code needs the positivity not to be cut)
nnpdf/validphys2/src/validphys/core.py
Line 590 in f1a0eb0
However, now the positivity sets and fktables should be in the same footing as the others, so in principle we could also cut (in
xfor instance). Maybe removing this method (so that it goes to the parent, which applies the cut) is enough, but it should be tested.