Skip to content
Snippets Groups Projects
Commit 7e100065 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

change(aliby): warn->debug time conversion except

parent 1cd1c7a8
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ class Signal(BridgeH5): ...@@ -84,7 +84,7 @@ class Signal(BridgeH5):
try: try:
df.columns = (df.columns * self.tinterval // 60).astype(int) df.columns = (df.columns * self.tinterval // 60).astype(int)
except Exception as e: except Exception as e:
self._log(f"Unable to convert columns to minutes: {e}") self._log(f"Unable to convert columns to minutes: {e}", "debug")
return df return df
@cached_property @cached_property
......
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