NNPDF / reportengine

A framework for declarative data analysis
https://data.nnpdf.science/validphys-docs/guide.html
GNU General Public License v2.0
1 stars 2 forks source link

Implement ResourceBuilder #4

Closed Zaharid closed 8 years ago

Zaharid commented 8 years ago

This implements the basic functionality for building resources out of function declarations and namespaces.

The user passes:

scarrazza commented 8 years ago

Thanks for this. I had a look and it seems quite reasonable to me. Currently I can only suggest to extend the possibility to change the dependency resolver algorithm on-the-fly with a switcher or DAG attribute.

scarrazza commented 8 years ago

I would like to propose a quick test to check the behaviour of the code in a "real validphys" environment, e.g. create a PDF container, allocate 3 nodes with NNPDF, CT, MSTW and output the PDF values to screen. For the next steps I could imagine that we should be able to have a primitive template to control the PDF values and a basic input parser to load the PDF set names.