Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Feb 20, 2024
1 parent 0f9bfcc commit 25bc73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/fitting/pyselectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ def make_dataset_old ( tree ,
if not silent : logger.info ( "Switch to more efficient function 'make_dataset'" )
return make_dataset ( tree ,
variables = variables ,
seletion = selection ,
selection = selection ,
roo_cuts = roo_cuts ,
name = name ,
title = title ,
Expand Down

0 comments on commit 25bc73a

Please sign in to comment.