Skip to content

Commit bf1aa43

Browse files
committed
Package descriptions
1 parent 109b06c commit bf1aa43

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

brainbox/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""IBL shared data processing methods."""
12
import logging
23
try:
34
import one

ibllib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Library implementing the International Brain Laboratory data pipeline."""
12
__version__ = "2.13.6"
23
import warnings
34

ibllib/qc/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Data quality control calculation and aggregation."""

0 commit comments

Comments
 (0)