Skip to content

impose_sumrules default setting

Emanuele Roberto Nocera requested to merge default_sumrules into master

Created by: RoyStegeman

@scarlehoff This is what was causing my confusion yesterday (and actually took me more time than I'd like to admit before I realised it): I was unable to recognise the PDFs in the results I obtained with pdfNN_layer_generator because the default of that function is impose_sumrule=False. In ModelTrainer it's initialized as True (see below), so during a regular n3fit this sets it to be True.

https://github.com/NNPDF/nnpdf/blob/841275766eeec8e7359b13c15c68862be22458f9/n3fit/src/n3fit/model_trainer.py#L96

Merge request reports

Loading