Skip to content

Adding configurable chunk size + ensure int for nJets

Alexander Froch requested to merge alfroch-master-patch-48661 into master

This MR adds two things:

  • Make the chunk size of the model generators configurable as input parameter.
  • Ensure that the number of jets (which is loaded from the config file) has the correct dtype of int. Because if you define it as 1e5, it is loaded from yaml as a float ..
Edited by Alexander Froch

Merge request reports