Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Aug 10, 2024
1 parent 2d6419d commit 93f1135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ostap/fitting/tests/test_fitting_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
logger.info ('Loop over weighted dataset')
for index, entry , weight in weighted.loop ( '(Evt<10) && (Mass<10)' , first = 100 , last = 1000 , progress = True ) : pass

"""
# =============================================================================
## (3) loop and get certain information as arrays/rows
# =============================================================================
Expand Down Expand Up @@ -118,7 +120,6 @@
logger.info ( 'Print shuffle unweighted sample:\n%s' % ss4.table ( prefix = '# ' ) )
logger.info ( 'Print shuffle weighted sample:\n%s' % ws4.table ( prefix = '# ' ) )
"""
# =============================================================================
## (8) subset
Expand Down

0 comments on commit 93f1135

Please sign in to comment.