Skip to content

Commit

Permalink
ffix?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jul 23, 2024
1 parent 0e4929c commit 8f7d31d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ostap/core/tests/test_core_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ def test_core_core1() :

a = strings ( 'a','b','c' )
logger.info ( 'Strings :%s' % a )
a = split_string ( "a,b;c,b:e" )
logger.info ( 'Split :%s' % a )
a = split_string ( "a,b;c,b:e" )
logger.info ( 'Split :%s' % str ( a ) )
a = split_string ( "atan2(a,b);atan2(c,b):e" )
logger.info ( 'Split :%s' % str ( a ) )


def test_core_core2() :

Expand Down

0 comments on commit 8f7d31d

Please sign in to comment.