Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jul 20, 2024
1 parent bca8ed8 commit 8baee51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ostap/stats/tests/test_stats_average.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@

try :
import warnings
with warnings.catch_warnings( category = DeprecationWarning):
with warnings.catch_warnings():
warnings.simplefilter("ignore")
import bayesian_average as ba


import numpy as np
import warnings
def ba_standard ( *values ) :
Expand Down

0 comments on commit 8baee51

Please sign in to comment.