Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Aug 4, 2024
1 parent 0db15da commit 619fddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ostap/histos/tests/test_histos_roc.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def test_roc () :
hs.blue ( fill = True , opacity = 0.35 )

for i in range ( 100 ) :
hs.Fill ( random.gauss ( +1 ) )
hb.Fill ( random.gauss ( -1 ) )
hs.Fill ( random.gauss ( +1. , 1. ) )
hb.Fill ( random.gauss ( -1. , 1. ) )

with use_canvas ( 'EFF-curves/graphs' , wait = 3 ) :

Expand Down

0 comments on commit 619fddb

Please sign in to comment.