We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109b06c commit bf1aa43Copy full SHA for bf1aa43
brainbox/__init__.py
@@ -1,3 +1,4 @@
1
+"""IBL shared data processing methods."""
2
import logging
3
try:
4
import one
ibllib/__init__.py
+"""Library implementing the International Brain Laboratory data pipeline."""
__version__ = "2.13.6"
import warnings
ibllib/qc/__init__.py
@@ -0,0 +1 @@
+"""Data quality control calculation and aggregation."""
0 commit comments