Skip to content
Snippets Groups Projects
Commit fa2a6da0 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

More debug

parent f52a6b49
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ class PMTRates(kp.Module):
plt.close('all')
def process(self, blob):
print("Got data...")
try:
tmch_data = TMCHData(io.BytesIO(blob['CHData']))
except ValueError:
......
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