Skip to content

Commit

Permalink
fiz typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jan 15, 2025
1 parent d1e81ac commit 4a12da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/fitting/roofit.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def _rs_table_ ( pdf , title = '' , prefix = '' , style = '' ) :
rows.append ( row )

import ostap.logger.table as T
title = title if title else 'RooSimultaneous(%s,%s)' % ( self.name, self.title )
title = title if title else '%s(%s,%s)' % ( typename ( pdf ) , pdf.name , pdf.title )
return T.table ( rows, title = title , prefix = prefix , alignment = 'lllll' )

ROOT.RooSimultaneous.table = _rs_table_
Expand Down

0 comments on commit 4a12da8

Please sign in to comment.