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 committed Jan 7, 2025
1 parent 2512373 commit 1675465
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 1675465

Please sign in to comment.