Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Aug 10, 2024
1 parent 0f3ed3d commit 65205d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ostap/fitting/tests/test_fitting_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,8 @@


# =============================================================================
logger.info ( 'Print unweighted dataset:\n%s' % dataset .table ( prefix = '# ' ) )
weighted = dataset.makeWeighted ( 'Weight' )

"""
# =============================================================================
## (1) print datasets
# =============================================================================
Expand Down Expand Up @@ -185,7 +182,6 @@
logger.info ( 'Print tree/chain unweighted sample:\n%s' % chd.table ( prefix = '# ' ) )
logger.info ( 'Print tree/chain weighted sample:\n%s' % chw.table ( prefix = '# ' ) )

"""

# =============================================================================
## The END
Expand Down

0 comments on commit 65205d5

Please sign in to comment.