File tree Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 66 - id : end-of-file-fixer
77 - id : trailing-whitespace
88- repo : https://github.com/psf/black
9- rev : 23.12 .1
9+ rev : 24.1 .1
1010 hooks :
1111 - id : black
1212 files : ^src/
Original file line number Diff line number Diff line change 22This module contains useful helper functions for generating probes.
33
44"""
5+
56from __future__ import annotations
67import numpy as np
78
Original file line number Diff line number Diff line change 99 * Neurodata Without Borders (.nwb)
1010
1111"""
12+
1213from __future__ import annotations
1314from pathlib import Path
1415from typing import Union , Optional
Original file line number Diff line number Diff line change 88The gin platform enables contributions from users.
99
1010"""
11+
1112from __future__ import annotations
1213import os
1314from pathlib import Path
Original file line number Diff line number Diff line change 44
55Depending on Probe.ndim, the plotting is done in 2D or 3D
66"""
7+
78from __future__ import annotations
89import numpy as np
910from matplotlib import path as mpl_path
Original file line number Diff line number Diff line change 11"""
22Some utility functions
33"""
4+
45from __future__ import annotations
56from importlib import import_module
67from types import ModuleType
Original file line number Diff line number Diff line change 11"""
22Automatically set the `Probe.device_channel_indices` field.
33"""
4+
45from __future__ import annotations
56import numpy as np
67
You can’t perform that action at this time.
0 commit comments