Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Oct 8, 2024
1 parent 1b70b2e commit f9d1f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/fitting/ds2numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def ds2numpy ( dataset ,
data = np.zeros ( len ( dataset ) , dtype = dtypes )

## make an explict loop:
for i , item in enumerate ( progress_bar ( dataset , silent = silent ) , description = 'Entries:' ) :
for i , item in enumerate ( progress_bar ( dataset , silent = silent , description = 'Entries:' ) ) :

evt, the_weight = item

Expand Down

0 comments on commit f9d1f86

Please sign in to comment.