Skip to content

Commit

Permalink
Remove save_to_yaml option.
Browse files Browse the repository at this point in the history
  • Loading branch information
achiefa authored Dec 18, 2024
1 parent 86fe496 commit 2d8976d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nnpdf_data/nnpdf_data/commondata/CMS_Z0J_8TEV/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

if __name__ == "__main__":
CMS_Z0J_8TEV = Extractor("./metadata.yaml", "PT-Y", mult_factor=1000)
CMS_Z0J_8TEV.generate_data(variant='default', save_to_yaml=True)
CMS_Z0J_8TEV.generate_data(variant='sys_10', save_to_yaml=True)
CMS_Z0J_8TEV.generate_data(variant='default')
CMS_Z0J_8TEV.generate_data(variant='sys_10')

0 comments on commit 2d8976d

Please sign in to comment.