Skip to content

Commit

Permalink
Merge pull request #630 from NDCMS/fix-multiproductiondataset-attribu…
Browse files Browse the repository at this point in the history
…te-name

Fix typo in MultiProductionDataset
  • Loading branch information
klannon committed Mar 15, 2018
2 parents 7d9e955 + 739bf9a commit f0a6f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lobster/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def __init__(self, gridpacks, events_per_gridpack, events_per_lumi=500, lumis_pe
self.randomize_seeds = randomize_seeds

self.lumis_per_gridpack = int(math.ceil(float(events_per_gridpack) / events_per_lumi))
self.total_untits = 0
self.total_units = 0

def validate(self):
return len(flatten(self.gridpacks)) > 0
Expand Down

0 comments on commit f0a6f24

Please sign in to comment.