Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jan 14, 2025
1 parent 52c3761 commit e78cdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/fitting/roocollections.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def _stl_contains_ ( lst , item ) :
_STLList .__str__ = lambda s : str ( tuple ( _rs_list_ ( s ) ) ) if s else '[]'
_STLList .__repr__ = lambda s : str ( tuple ( _rs_list_ ( s ) ) ) if s else '[]'
_STLList .__contains__ = _stl_contains_
else ( 6 , 24 ) <= root_info :
elif ( 6 , 24 ) <= root_info :
_STLList = ROOT.RooSTLRefCountList(ROOT.RooAbsArg)
_STLList .__str__ = lambda s : str ( tuple ( _rs_list_ ( s ) ) ) if s else '[]'
_STLList .__repr__ = lambda s : str ( tuple ( _rs_list_ ( s ) ) ) if s else '[]'
Expand Down

0 comments on commit e78cdf4

Please sign in to comment.