Skip to content

Commit 5a99216

Browse files
committed
Move logger to toplevel in decoding_utils
1 parent 0a437f7 commit 5a99216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dynamic_routing_analysis/decoding_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
import dynamic_routing_analysis as dra
2121
from dynamic_routing_analysis import data_utils, spike_utils
2222

23+
logger = logging.getLogger(__name__)
24+
2325

2426
# Dump the dictionary to the Zarr file
2527
def dump_dict_to_zarr(group, data):

0 commit comments

Comments
 (0)