Shayan Iranipour

Results 4 issues of Shayan Iranipour

I noticed that when we `make html` the docs, sphinx interprets the CI tests. This is fine, since mostly they are just function definition, but sometimes there are unguarded global...

documentation
devtools

This is probably more appropriate for [reportengine](https://github.com/NNPDF/reportengine), but the issue arises in validphys. Consider the following runcard: ```yaml dataspecs: - pdf: NNPDF31_nnlo_as_0118 theoryid: 200 use_cuts: "internal" dataset_input: {dataset: NMC} actions_:...

bug
validphys

Often times I stumble across examples that no longer working because a new dependencies has been introduced somewhere upstream in the execution graph. We should check that all docstrings works...

good first issue
documentation

If I purposefully forget the `dataset_inputs` in the runcard: ``` fit: NNPDF31_nnlo_as_0118 use_cuts: fromfit theoryid: 53 pdf: from_: fit template_text: | {@groups_chi2_table@} actions_: - report(main=True) ``` I get the duplicated...