Skip to content

Saving new python pseudodata during fit

Emanuele Roberto Nocera requested to merge savepseudodata into master

Created by: siranipour

As mentioned in https://github.com/NNPDF/nnpdf/pull/1328#issuecomment-879955057, the current fitting::savepseudodata flag doesn't save the python make_replica, but rather the C++ make_replica.

This blocks #1328, because I need to create a new test fit for the tests to pass there.

@Zaharid, is there anyway to change the name of the file that @table uses? Currently it's not within keeping of the convention of training.dat and validation.dat so https://github.com/NNPDF/nnpdf/blob/b636ae04e55264efe9075cd7442fc2844293794d/validphys2/src/validphys/pseudodata.py#L32 doesn't work with new style fits.

Merge request reports

Loading