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

Production rule parameter should check types of inputs #15

Open Zaharid opened 5 years ago

Zaharid commented 5 years ago

Something like this:


    def produce_matched_datasets_from_dataspecs(self, dataspecs,
                                                matched_cuts:bool=False):

should check that matched_cuts is in fact a bool.