Skip to content

Commit

Permalink
Add docstring to generate_data
Browse files Browse the repository at this point in the history
  • Loading branch information
achiefa authored and RoyStegeman committed Dec 24, 2024
1 parent c1349b0 commit 5e91ceb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ def generate_covmat(self, diag_uncs=None):
return covmat

def generate_data(self):
'''
Collect central data, kinematics, and uncertainties and save them into
yaml files.
'''
# Get central data and kinematics
central_data, stat_unc, sys_unc = self.generate_data_and_unc(self.mult_factor)
kinematics = self.generate_kinematics()
Expand Down

0 comments on commit 5e91ceb

Please sign in to comment.