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 Dec 18, 2024
1 parent b604ba4 commit 49ceae7
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 49ceae7

Please sign in to comment.