Skip to content
Snippets Groups Projects
Commit cf881269 authored by Zineb Aly's avatar Zineb Aly
Browse files

Merge branch 'master' of git.km3net.de:km3py/km3io

parents 978d0608 141e17a5
No related branches found
No related tags found
No related merge requests found
Pipeline #8556 passed
...@@ -3,6 +3,10 @@ Unreleased changes ...@@ -3,6 +3,10 @@ Unreleased changes
Version 0 Version 0
--------- ---------
0.8.2 / 2020-02-14
~~~~~~~~~~~~~~~~~~
* minor fixes
0.8.1 / 2020-02-10 0.8.1 / 2020-02-10
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
* update of reco data from offline files * update of reco data from offline files
......
...@@ -394,6 +394,9 @@ class TestSummaryslices(unittest.TestCase): ...@@ -394,6 +394,9 @@ class TestSummaryslices(unittest.TestCase):
for a, b in zip(get_channel_flags(frame.fifo[0]), fifo_flags) for a, b in zip(get_channel_flags(frame.fifo[0]), fifo_flags)
]) ])
def test_str(self):
print(str(self.ss))
class TestGetRate(unittest.TestCase): class TestGetRate(unittest.TestCase):
def test_zero(self): def test_zero(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment